public static class MaskingPolicyHealthReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaskingPolicyHealthReport |
build() |
MaskingPolicyHealthReport.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the health report.
|
MaskingPolicyHealthReport.Builder |
copy(MaskingPolicyHealthReport model) |
MaskingPolicyHealthReport.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
MaskingPolicyHealthReport.Builder |
description(String description)
The description of the masking health report.
|
MaskingPolicyHealthReport.Builder |
displayName(String displayName)
The display name of the health report.
|
MaskingPolicyHealthReport.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
MaskingPolicyHealthReport.Builder |
id(String id)
The OCID of the health report.
|
MaskingPolicyHealthReport.Builder |
lifecycleState(MaskingPolicyHealthReport.LifecycleState lifecycleState)
The current state of the health report.
|
MaskingPolicyHealthReport.Builder |
maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy.
|
MaskingPolicyHealthReport.Builder |
targetId(String targetId)
The OCID of the target database for which this report was created.
|
MaskingPolicyHealthReport.Builder |
timeCreated(Date timeCreated)
The date and time the report was created, in the format defined by
RFC3339.
|
MaskingPolicyHealthReport.Builder |
timeUpdated(Date timeUpdated)
The date and time the report was last updated, in the format defined by
RFC3339
|
public MaskingPolicyHealthReport.Builder id(String id)
The OCID of the health report.
id
- the value to setpublic MaskingPolicyHealthReport.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy.
maskingPolicyId
- the value to setpublic MaskingPolicyHealthReport.Builder targetId(String targetId)
The OCID of the target database for which this report was created.
targetId
- the value to setpublic MaskingPolicyHealthReport.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the health report.
compartmentId
- the value to setpublic MaskingPolicyHealthReport.Builder displayName(String displayName)
The display name of the health report.
displayName
- the value to setpublic MaskingPolicyHealthReport.Builder timeCreated(Date timeCreated)
The date and time the report was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic MaskingPolicyHealthReport.Builder timeUpdated(Date timeUpdated)
The date and time the report was last updated, in the format defined by RFC3339
timeUpdated
- the value to setpublic MaskingPolicyHealthReport.Builder lifecycleState(MaskingPolicyHealthReport.LifecycleState lifecycleState)
The current state of the health report.
lifecycleState
- the value to setpublic MaskingPolicyHealthReport.Builder description(String description)
The description of the masking health report.
description
- the value to setpublic MaskingPolicyHealthReport.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 MaskingPolicyHealthReport.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 MaskingPolicyHealthReport build()
public MaskingPolicyHealthReport.Builder copy(MaskingPolicyHealthReport model)
Copyright © 2016–2024. All rights reserved.