public static class SdmMaskingPolicyDifferenceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SdmMaskingPolicyDifferenceSummary |
build() |
SdmMaskingPolicyDifferenceSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment to contain the SDM masking policy difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
copy(SdmMaskingPolicyDifferenceSummary model) |
SdmMaskingPolicyDifferenceSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SdmMaskingPolicyDifferenceSummary.Builder |
differenceType(SdmMaskingPolicyDifference.DifferenceType differenceType)
The type of difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
displayName(String displayName)
The display name of the SDM masking policy difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SdmMaskingPolicyDifferenceSummary.Builder |
id(String id)
The OCID of the SDM masking policy difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy associated with the SDM masking policy difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the SDM masking policy difference.
|
SdmMaskingPolicyDifferenceSummary.Builder |
timeCreated(Date timeCreated)
The date and time the SDM masking policy difference was created, in the format defined by
RFC3339.
|
SdmMaskingPolicyDifferenceSummary.Builder |
timeCreationStarted(Date timeCreationStarted)
The date and time the SDM masking policy difference creation started, in the format
defined by RFC3339.
|
public SdmMaskingPolicyDifferenceSummary.Builder id(String id)
The OCID of the SDM masking policy difference.
id
- the value to setpublic SdmMaskingPolicyDifferenceSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the SDM masking policy difference.
compartmentId
- the value to setpublic SdmMaskingPolicyDifferenceSummary.Builder displayName(String displayName)
The display name of the SDM masking policy difference.
displayName
- the value to setpublic SdmMaskingPolicyDifferenceSummary.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 SdmMaskingPolicyDifferenceSummary.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 SdmMaskingPolicyDifferenceSummary.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the SDM masking policy difference.
sensitiveDataModelId
- the value to setpublic SdmMaskingPolicyDifferenceSummary.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy associated with the SDM masking policy difference.
maskingPolicyId
- the value to setpublic SdmMaskingPolicyDifferenceSummary.Builder lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.
lifecycleState
- the value to setpublic SdmMaskingPolicyDifferenceSummary.Builder differenceType(SdmMaskingPolicyDifference.DifferenceType differenceType)
The type of difference.
differenceType
- the value to setpublic SdmMaskingPolicyDifferenceSummary.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 SdmMaskingPolicyDifferenceSummary.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 SdmMaskingPolicyDifferenceSummary build()
public SdmMaskingPolicyDifferenceSummary.Builder copy(SdmMaskingPolicyDifferenceSummary model)
Copyright © 2016–2024. All rights reserved.