public static class SdmMaskingPolicyDifference.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SdmMaskingPolicyDifference |
build() |
SdmMaskingPolicyDifference.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the Sensitive data model and masking policy
difference resource.
|
SdmMaskingPolicyDifference.Builder |
copy(SdmMaskingPolicyDifference model) |
SdmMaskingPolicyDifference.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SdmMaskingPolicyDifference.Builder |
differenceType(SdmMaskingPolicyDifference.DifferenceType differenceType)
The type of the SDM masking policy difference.
|
SdmMaskingPolicyDifference.Builder |
displayName(String displayName)
The display name of the SDM masking policy difference.
|
SdmMaskingPolicyDifference.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SdmMaskingPolicyDifference.Builder |
id(String id)
The OCID of the Sensitive data model and masking policy difference resource.
|
SdmMaskingPolicyDifference.Builder |
lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.
|
SdmMaskingPolicyDifference.Builder |
maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy associated with the SDM masking policy difference.
|
SdmMaskingPolicyDifference.Builder |
sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the SDM masking policy difference.
|
SdmMaskingPolicyDifference.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
SdmMaskingPolicyDifference.Builder |
timeCreated(Date timeCreated)
The date and time the SDM masking policy difference was created, in the format defined by
RFC3339.
|
SdmMaskingPolicyDifference.Builder |
timeCreationStarted(Date timeCreationStarted)
The date and time the SDM masking policy difference creation started, in the format
defined by RFC3339.
|
public SdmMaskingPolicyDifference.Builder id(String id)
The OCID of the Sensitive data model and masking policy difference resource.
id
- the value to setpublic SdmMaskingPolicyDifference.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the Sensitive data model and masking policy difference resource.
compartmentId
- the value to setpublic SdmMaskingPolicyDifference.Builder differenceType(SdmMaskingPolicyDifference.DifferenceType differenceType)
The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
differenceType
- the value to setpublic SdmMaskingPolicyDifference.Builder displayName(String displayName)
The display name of the SDM masking policy difference.
displayName
- the value to setpublic SdmMaskingPolicyDifference.Builder timeCreated(Date timeCreated)
The date and time the SDM masking policy difference was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic SdmMaskingPolicyDifference.Builder timeCreationStarted(Date timeCreationStarted)
The date and time the SDM masking policy difference creation started, in the format defined by RFC3339.
timeCreationStarted
- the value to setpublic SdmMaskingPolicyDifference.Builder lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.
lifecycleState
- the value to setpublic SdmMaskingPolicyDifference.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the SDM masking policy difference.
sensitiveDataModelId
- the value to setpublic SdmMaskingPolicyDifference.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy associated with the SDM masking policy difference.
maskingPolicyId
- the value to setpublic SdmMaskingPolicyDifference.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 SdmMaskingPolicyDifference.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 SdmMaskingPolicyDifference.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. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
systemTags
- the value to setpublic SdmMaskingPolicyDifference build()
public SdmMaskingPolicyDifference.Builder copy(SdmMaskingPolicyDifference model)
Copyright © 2016–2024. All rights reserved.