public static class UpdateDataMaskRuleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateDataMaskRuleDetails.Builder displayName(String displayName)
Data mask rule display name
Avoid entering confidential information.
displayName
- the value to setpublic UpdateDataMaskRuleDetails.Builder compartmentId(String compartmentId)
Compartment OCID where the resource is created
compartmentId
- the value to setpublic UpdateDataMaskRuleDetails.Builder iamGroupId(String iamGroupId)
IAM group ID associated with the data mask rule
iamGroupId
- the value to setpublic UpdateDataMaskRuleDetails.Builder targetSelected(TargetSelected targetSelected)
public UpdateDataMaskRuleDetails.Builder dataMaskCategories(List<DataMaskCategory> dataMaskCategories)
Data mask rule categories
dataMaskCategories
- the value to setpublic UpdateDataMaskRuleDetails.Builder dataMaskRuleStatus(DataMaskRuleStatus dataMaskRuleStatus)
The status of the data mask rule
dataMaskRuleStatus
- the value to setpublic UpdateDataMaskRuleDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
Avoid entering confidential information.
freeformTags
- the value to setpublic UpdateDataMaskRuleDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateDataMaskRuleDetails build()
public UpdateDataMaskRuleDetails.Builder copy(UpdateDataMaskRuleDetails model)
Copyright © 2016–2024. All rights reserved.