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