static Report.Builder |
Report.builder() |
Create a new builder.
|
Report.Builder |
Report.Builder.compartmentId(String compartmentId) |
The OCID of the compartment containing the report.
|
Report.Builder |
Report.Builder.copy(Report model) |
|
Report.Builder |
Report.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Report.Builder |
Report.Builder.description(String description) |
Specifies a description of the report.
|
Report.Builder |
Report.Builder.displayName(String displayName) |
Name of the report.
|
Report.Builder |
Report.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Report.Builder |
Report.Builder.id(String id) |
The OCID of the report.
|
Report.Builder |
Report.Builder.lifecycleDetails(String lifecycleDetails) |
Details about the current state of the report in Data Safe.
|
Report.Builder |
Report.Builder.lifecycleState(ReportLifecycleState lifecycleState) |
The current state of the audit report.
|
Report.Builder |
Report.Builder.mimeType(Report.MimeType mimeType) |
Specifies the format of report to be .xls or .pdf or .json
|
Report.Builder |
Report.Builder.reportDefinitionId(String reportDefinitionId) |
The OCID of the report definition.
|
Report.Builder |
Report.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
Report.Builder |
Report.Builder.timeGenerated(Date timeGenerated) |
Specifies the date and time the report was generated.
|
Report.Builder |
Report.toBuilder() |
|
Report.Builder |
Report.Builder.type(ReportType type) |
The type of the audit report.
|