Package com.oracle.bmc.datasafe.model
Class SdmMaskingPolicyDifferenceSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SdmMaskingPolicyDifferenceSummary.Builder
-
- Enclosing class:
- SdmMaskingPolicyDifferenceSummary
public static class SdmMaskingPolicyDifferenceSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
id
public SdmMaskingPolicyDifferenceSummary.Builder id(String id)
The OCID of the SDM masking policy difference.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public SdmMaskingPolicyDifferenceSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the SDM masking policy difference.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public SdmMaskingPolicyDifferenceSummary.Builder displayName(String displayName)
The display name of the SDM masking policy difference.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
timeCreated
public SdmMaskingPolicyDifferenceSummary.Builder timeCreated(Date timeCreated)
The date and time the SDM masking policy difference was created, in the format defined by RFC3339.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeCreationStarted
public SdmMaskingPolicyDifferenceSummary.Builder timeCreationStarted(Date timeCreationStarted)
The date and time the SDM masking policy difference creation started, in the format defined by RFC3339.- Parameters:
timeCreationStarted
- the value to set- Returns:
- this builder
-
sensitiveDataModelId
public SdmMaskingPolicyDifferenceSummary.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the SDM masking policy difference.- Parameters:
sensitiveDataModelId
- the value to set- Returns:
- this builder
-
maskingPolicyId
public SdmMaskingPolicyDifferenceSummary.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy associated with the SDM masking policy difference.- Parameters:
maskingPolicyId
- the value to set- Returns:
- this builder
-
lifecycleState
public SdmMaskingPolicyDifferenceSummary.Builder lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)
The current state of the SDM masking policy difference.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
differenceType
public SdmMaskingPolicyDifferenceSummary.Builder differenceType(SdmMaskingPolicyDifference.DifferenceType differenceType)
The type of difference.- Parameters:
differenceType
- the value to set- Returns:
- this builder
-
freeformTags
public 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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public SdmMaskingPolicyDifferenceSummary build()
-
copy
public SdmMaskingPolicyDifferenceSummary.Builder copy(SdmMaskingPolicyDifferenceSummary model)
-
-