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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SdmMaskingPolicyDifferenceSummarybuild()SdmMaskingPolicyDifferenceSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment to contain the SDM masking policy difference.SdmMaskingPolicyDifferenceSummary.Buildercopy(SdmMaskingPolicyDifferenceSummary model)SdmMaskingPolicyDifferenceSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.SdmMaskingPolicyDifferenceSummary.BuilderdifferenceType(SdmMaskingPolicyDifference.DifferenceType differenceType)The type of difference.SdmMaskingPolicyDifferenceSummary.BuilderdisplayName(String displayName)The display name of the SDM masking policy difference.SdmMaskingPolicyDifferenceSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.SdmMaskingPolicyDifferenceSummary.Builderid(String id)The OCID of the SDM masking policy difference.SdmMaskingPolicyDifferenceSummary.BuilderlifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState)The current state of the SDM masking policy difference.SdmMaskingPolicyDifferenceSummary.BuildermaskingPolicyId(String maskingPolicyId)The OCID of the masking policy associated with the SDM masking policy difference.SdmMaskingPolicyDifferenceSummary.BuildersensitiveDataModelId(String sensitiveDataModelId)The OCID of the sensitive data model associated with the SDM masking policy difference.SdmMaskingPolicyDifferenceSummary.BuildertimeCreated(Date timeCreated)The date and time the SDM masking policy difference was created, in the format defined by RFC3339.SdmMaskingPolicyDifferenceSummary.BuildertimeCreationStarted(Date timeCreationStarted)The date and time the SDM masking policy difference creation started, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic SdmMaskingPolicyDifferenceSummary.Builder id(String id) The OCID of the SDM masking policy difference.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic 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
 
 - 
displayNamepublic SdmMaskingPolicyDifferenceSummary.Builder displayName(String displayName) The display name of the SDM masking policy difference.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
timeCreationStartedpublic 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
 
 - 
sensitiveDataModelIdpublic 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
 
 - 
maskingPolicyIdpublic 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
 
 - 
lifecycleStatepublic SdmMaskingPolicyDifferenceSummary.Builder lifecycleState(SdmMaskingPolicyDifference.LifecycleState lifecycleState) The current state of the SDM masking policy difference.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
differenceTypepublic SdmMaskingPolicyDifferenceSummary.Builder differenceType(SdmMaskingPolicyDifference.DifferenceType differenceType) The type of difference.- Parameters:
- differenceType- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
buildpublic SdmMaskingPolicyDifferenceSummary build() 
 - 
copypublic SdmMaskingPolicyDifferenceSummary.Builder copy(SdmMaskingPolicyDifferenceSummary model) 
 
- 
 
-