public static class DataMaskRuleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataMaskRuleSummary |
build() |
DataMaskRuleSummary.Builder |
compartmentId(String compartmentId)
Compartment OCID where the resource is created
|
DataMaskRuleSummary.Builder |
copy(DataMaskRuleSummary model) |
DataMaskRuleSummary.Builder |
dataMaskCategories(List<DataMaskCategory> dataMaskCategories)
List of data mask rule categories
|
DataMaskRuleSummary.Builder |
dataMaskRuleStatus(DataMaskRuleStatus dataMaskRuleStatus)
The current status of the data mask rule
|
DataMaskRuleSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DataMaskRuleSummary.Builder |
description(String description)
The data mask rule description
|
DataMaskRuleSummary.Builder |
displayName(String displayName)
Data mask rule display name
|
DataMaskRuleSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DataMaskRuleSummary.Builder |
iamGroupId(String iamGroupId)
IAM group ID associated with the data mask rule
|
DataMaskRuleSummary.Builder |
id(String id)
Unique identifier that can’t be changed after creation
|
DataMaskRuleSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the data mask rule
|
DataMaskRuleSummary.Builder |
lifecyleDetails(String lifecyleDetails)
A message describing the current state in more detail.
|
DataMaskRuleSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
DataMaskRuleSummary.Builder |
targetSelected(TargetSelected targetSelected) |
DataMaskRuleSummary.Builder |
timeCreated(Date timeCreated)
The date and time the target was created.
|
DataMaskRuleSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the target was updated.
|
public DataMaskRuleSummary.Builder id(String id)
Unique identifier that can’t be changed after creation
id
- the value to setpublic DataMaskRuleSummary.Builder displayName(String displayName)
Data mask rule display name
displayName
- the value to setpublic DataMaskRuleSummary.Builder compartmentId(String compartmentId)
Compartment OCID where the resource is created
compartmentId
- the value to setpublic DataMaskRuleSummary.Builder description(String description)
The data mask rule description
description
- the value to setpublic DataMaskRuleSummary.Builder iamGroupId(String iamGroupId)
IAM group ID associated with the data mask rule
iamGroupId
- the value to setpublic DataMaskRuleSummary.Builder targetSelected(TargetSelected targetSelected)
public DataMaskRuleSummary.Builder dataMaskCategories(List<DataMaskCategory> dataMaskCategories)
List of data mask rule categories
dataMaskCategories
- the value to setpublic DataMaskRuleSummary.Builder timeCreated(Date timeCreated)
The date and time the target was created. Format defined by RFC3339.
timeCreated
- the value to setpublic DataMaskRuleSummary.Builder timeUpdated(Date timeUpdated)
The date and time the target was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic DataMaskRuleSummary.Builder dataMaskRuleStatus(DataMaskRuleStatus dataMaskRuleStatus)
The current status of the data mask rule
dataMaskRuleStatus
- the value to setpublic DataMaskRuleSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the data mask rule
lifecycleState
- the value to setpublic DataMaskRuleSummary.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. [DEPRECATE]
lifecyleDetails
- the value to setpublic DataMaskRuleSummary.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 DataMaskRuleSummary.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 DataMaskRuleSummary.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 DataMaskRuleSummary build()
public DataMaskRuleSummary.Builder copy(DataMaskRuleSummary model)
Copyright © 2016–2024. All rights reserved.