Package com.oracle.bmc.cloudguard.model
Class UpdateDataMaskRuleDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.UpdateDataMaskRuleDetails.Builder
-
- Enclosing class:
- UpdateDataMaskRuleDetails
public static class UpdateDataMaskRuleDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateDataMaskRuleDetails.Builder displayName(String displayName)
Data mask rule display nameAvoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public UpdateDataMaskRuleDetails.Builder compartmentId(String compartmentId)
Compartment OCID where the resource is created- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
iamGroupId
public UpdateDataMaskRuleDetails.Builder iamGroupId(String iamGroupId)
IAM group ID associated with the data mask rule- Parameters:
iamGroupId
- the value to set- Returns:
- this builder
-
targetSelected
public UpdateDataMaskRuleDetails.Builder targetSelected(TargetSelected targetSelected)
-
dataMaskCategories
public UpdateDataMaskRuleDetails.Builder dataMaskCategories(List<DataMaskCategory> dataMaskCategories)
Data mask rule categories- Parameters:
dataMaskCategories
- the value to set- Returns:
- this builder
-
dataMaskRuleStatus
public UpdateDataMaskRuleDetails.Builder dataMaskRuleStatus(DataMaskRuleStatus dataMaskRuleStatus)
The status of the data mask rule- Parameters:
dataMaskRuleStatus
- the value to set- Returns:
- this builder
-
freeformTags
public 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.
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateDataMaskRuleDetails build()
-
copy
public UpdateDataMaskRuleDetails.Builder copy(UpdateDataMaskRuleDetails model)
-
-