public static class DataMaskRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataMaskRule |
build() |
DataMaskRule.Builder |
compartmentId(String compartmentId)
Compartment Identifier where the resource is created.
|
DataMaskRule.Builder |
copy(DataMaskRule model) |
DataMaskRule.Builder |
dataMaskCategories(List<DataMaskCategory> dataMaskCategories)
Data Mask Categories
|
DataMaskRule.Builder |
dataMaskRuleStatus(DataMaskRuleStatus dataMaskRuleStatus)
The status of the dataMaskRule.
|
DataMaskRule.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DataMaskRule.Builder |
description(String description)
The data mask rule description.
|
DataMaskRule.Builder |
displayName(String displayName)
Data Mask Rule Identifier, can be renamed.
|
DataMaskRule.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DataMaskRule.Builder |
iamGroupId(String iamGroupId)
IAM Group id associated with the data mask rule
|
DataMaskRule.Builder |
id(String id)
Unique identifier that is immutable on creation
|
DataMaskRule.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the DataMaskRule.
|
DataMaskRule.Builder |
lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail.
|
DataMaskRule.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
DataMaskRule.Builder |
targetSelected(TargetSelected targetSelected) |
DataMaskRule.Builder |
timeCreated(Date timeCreated)
The date and time the target was created.
|
DataMaskRule.Builder |
timeUpdated(Date timeUpdated)
The date and time the target was updated.
|
public DataMaskRule.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic DataMaskRule.Builder displayName(String displayName)
Data Mask Rule Identifier, can be renamed.
displayName
- the value to setpublic DataMaskRule.Builder compartmentId(String compartmentId)
Compartment Identifier where the resource is created.
compartmentId
- the value to setpublic DataMaskRule.Builder description(String description)
The data mask rule description.
description
- the value to setpublic DataMaskRule.Builder iamGroupId(String iamGroupId)
IAM Group id associated with the data mask rule
iamGroupId
- the value to setpublic DataMaskRule.Builder targetSelected(TargetSelected targetSelected)
public DataMaskRule.Builder dataMaskCategories(List<DataMaskCategory> dataMaskCategories)
Data Mask Categories
dataMaskCategories
- the value to setpublic DataMaskRule.Builder timeCreated(Date timeCreated)
The date and time the target was created. Format defined by RFC3339.
timeCreated
- the value to setpublic DataMaskRule.Builder timeUpdated(Date timeUpdated)
The date and time the target was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic DataMaskRule.Builder dataMaskRuleStatus(DataMaskRuleStatus dataMaskRuleStatus)
The status of the dataMaskRule.
dataMaskRuleStatus
- the value to setpublic DataMaskRule.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the DataMaskRule.
lifecycleState
- the value to setpublic DataMaskRule.Builder lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecyleDetails
- the value to setpublic DataMaskRule.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 DataMaskRule.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 DataMaskRule.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic DataMaskRule build()
public DataMaskRule.Builder copy(DataMaskRule model)
Copyright © 2016–2023. All rights reserved.