Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Report |
build() |
Report.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the report.
|
Report.Builder |
copy(Report model) |
Report.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Report.Builder |
description(String description)
Specifies a description of the report.
|
Report.Builder |
displayName(String displayName)
Name of the report.
|
Report.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Report.Builder |
id(String id)
The OCID of the report.
|
Report.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the report in Data Safe.
|
Report.Builder |
lifecycleState(ReportLifecycleState lifecycleState)
The current state of the audit report.
|
Report.Builder |
mimeType(Report.MimeType mimeType)
Specifies the format of report to be .xls or .pdf or .json
|
Report.Builder |
reportDefinitionId(String reportDefinitionId)
The OCID of the report definition.
|
Report.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
Report.Builder |
timeGenerated(Date timeGenerated)
Specifies the date and time the report was generated.
|
Report.Builder |
type(ReportType type)
The type of the audit report.
|
public Report.Builder id(String id)
The OCID of the report.
id
- the value to setpublic Report.Builder displayName(String displayName)
Name of the report.
displayName
- the value to setpublic Report.Builder reportDefinitionId(String reportDefinitionId)
The OCID of the report definition.
reportDefinitionId
- the value to setpublic Report.Builder description(String description)
Specifies a description of the report.
description
- the value to setpublic Report.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the report.
compartmentId
- the value to setpublic Report.Builder mimeType(Report.MimeType mimeType)
Specifies the format of report to be .xls or .pdf or .json
mimeType
- the value to setpublic Report.Builder timeGenerated(Date timeGenerated)
Specifies the date and time the report was generated.
timeGenerated
- the value to setpublic Report.Builder lifecycleState(ReportLifecycleState lifecycleState)
The current state of the audit report.
lifecycleState
- the value to setpublic Report.Builder type(ReportType type)
The type of the audit report.
type
- the value to setpublic Report.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the report in Data Safe.
lifecycleDetails
- the value to setpublic Report.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 Report.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 Report.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more
information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
systemTags
- the value to setpublic Report build()
public Report.Builder copy(Report model)
Copyright © 2016–2024. All rights reserved.