public static class ReportSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReportSummary |
build() |
ReportSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the report.
|
ReportSummary.Builder |
copy(ReportSummary model) |
ReportSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ReportSummary.Builder |
description(String description)
Description of the report.
|
ReportSummary.Builder |
displayName(String displayName)
Name of the report.
|
ReportSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ReportSummary.Builder |
id(String id)
The OCID of the report.
|
ReportSummary.Builder |
lifecycleState(ReportLifecycleState lifecycleState)
The current state of the report.
|
ReportSummary.Builder |
mimeType(ReportSummary.MimeType mimeType)
Specifies the format of report to be .xls or .pdf or .json.
|
ReportSummary.Builder |
reportDefinitionId(String reportDefinitionId)
The OCID of the report definition.
|
ReportSummary.Builder |
timeGenerated(Date timeGenerated)
Specifies the time at which the report was generated.
|
ReportSummary.Builder |
type(ReportType type)
The type of the report.
|
public ReportSummary.Builder displayName(String displayName)
Name of the report.
displayName
- the value to setpublic ReportSummary.Builder id(String id)
The OCID of the report.
id
- the value to setpublic ReportSummary.Builder reportDefinitionId(String reportDefinitionId)
The OCID of the report definition.
reportDefinitionId
- the value to setpublic ReportSummary.Builder description(String description)
Description of the report.
description
- the value to setpublic ReportSummary.Builder mimeType(ReportSummary.MimeType mimeType)
Specifies the format of report to be .xls or .pdf or .json.
mimeType
- the value to setpublic ReportSummary.Builder timeGenerated(Date timeGenerated)
Specifies the time at which the report was generated.
timeGenerated
- the value to setpublic ReportSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the report.
compartmentId
- the value to setpublic ReportSummary.Builder lifecycleState(ReportLifecycleState lifecycleState)
The current state of the report.
lifecycleState
- the value to setpublic ReportSummary.Builder type(ReportType type)
The type of the report.
type
- the value to setpublic ReportSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ReportSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ReportSummary build()
public ReportSummary.Builder copy(ReportSummary model)
Copyright © 2016–2024. All rights reserved.