public static class ReportDefinitionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReportDefinitionSummary |
build() |
ReportDefinitionSummary.Builder |
category(ReportDefinitionSummary.Category category)
Specifies the name of the category that this report belongs to.
|
ReportDefinitionSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the report definition.
|
ReportDefinitionSummary.Builder |
complianceStandards(List<String> complianceStandards)
The list of data protection regulations/standards used in the report that will help
demonstrate compliance.
|
ReportDefinitionSummary.Builder |
copy(ReportDefinitionSummary model) |
ReportDefinitionSummary.Builder |
dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report.
|
ReportDefinitionSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ReportDefinitionSummary.Builder |
description(String description)
A description of the report definition.
|
ReportDefinitionSummary.Builder |
displayName(String displayName)
Name of the report definition.
|
ReportDefinitionSummary.Builder |
displayOrder(Integer displayOrder)
Specifies how the report definitions are ordered in the display.
|
ReportDefinitionSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ReportDefinitionSummary.Builder |
id(String id)
The OCID of the report definition.
|
ReportDefinitionSummary.Builder |
isSeeded(Boolean isSeeded)
Signifies whether the definition is seeded or user defined.
|
ReportDefinitionSummary.Builder |
lifecycleState(ReportDefinitionLifecycleState lifecycleState)
The current state of the audit report.
|
ReportDefinitionSummary.Builder |
schedule(String schedule)
The schedule to generate the report periodically in the specified format:
|
ReportDefinitionSummary.Builder |
timeCreated(Date timeCreated)
Specifies the time at which the report definition was created.
|
ReportDefinitionSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time of the report definition update in Data Safe.
|
public ReportDefinitionSummary.Builder displayName(String displayName)
Name of the report definition.
displayName
- the value to setpublic ReportDefinitionSummary.Builder id(String id)
The OCID of the report definition.
id
- the value to setpublic ReportDefinitionSummary.Builder category(ReportDefinitionSummary.Category category)
Specifies the name of the category that this report belongs to.
category
- the value to setpublic ReportDefinitionSummary.Builder description(String description)
A description of the report definition.
description
- the value to setpublic ReportDefinitionSummary.Builder isSeeded(Boolean isSeeded)
Signifies whether the definition is seeded or user defined. Values can either be ‘true’ or ‘false’.
isSeeded
- the value to setpublic ReportDefinitionSummary.Builder displayOrder(Integer displayOrder)
Specifies how the report definitions are ordered in the display.
displayOrder
- the value to setpublic ReportDefinitionSummary.Builder timeCreated(Date timeCreated)
Specifies the time at which the report definition was created.
timeCreated
- the value to setpublic ReportDefinitionSummary.Builder timeUpdated(Date timeUpdated)
The date and time of the report definition update in Data Safe.
timeUpdated
- the value to setpublic ReportDefinitionSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the report definition.
compartmentId
- the value to setpublic ReportDefinitionSummary.Builder dataSource(ReportDefinitionDataSource dataSource)
Specifies the name of a resource that provides data for the report. For example alerts, events.
dataSource
- the value to setpublic ReportDefinitionSummary.Builder lifecycleState(ReportDefinitionLifecycleState lifecycleState)
The current state of the audit report.
lifecycleState
- the value to setpublic ReportDefinitionSummary.Builder schedule(String schedule)
The schedule to generate the report periodically in the specified format:
Allowed version strings - "v1" v1's version specific schedule -
schedule
- the value to setpublic ReportDefinitionSummary.Builder complianceStandards(List<String> complianceStandards)
The list of data protection regulations/standards used in the report that will help demonstrate compliance.
complianceStandards
- the value to setpublic ReportDefinitionSummary.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 ReportDefinitionSummary.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 ReportDefinitionSummary build()
public ReportDefinitionSummary.Builder copy(ReportDefinitionSummary model)
Copyright © 2016–2024. All rights reserved.