Package com.oracle.bmc.datasafe.model
Class LibraryMaskingFormatSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.LibraryMaskingFormatSummary.Builder
 
- 
- Enclosing class:
- LibraryMaskingFormatSummary
 
 public static class LibraryMaskingFormatSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LibraryMaskingFormatSummarybuild()LibraryMaskingFormatSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the library masking format.LibraryMaskingFormatSummary.Buildercopy(LibraryMaskingFormatSummary model)LibraryMaskingFormatSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.LibraryMaskingFormatSummary.Builderdescription(String description)The description of the library masking format.LibraryMaskingFormatSummary.BuilderdisplayName(String displayName)The display name of the library masking format.LibraryMaskingFormatSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.LibraryMaskingFormatSummary.Builderid(String id)The OCID of the library masking format.LibraryMaskingFormatSummary.BuilderlifecycleState(MaskingLifecycleState lifecycleState)The current state of the library masking format.LibraryMaskingFormatSummary.BuildersensitiveTypeIds(List<String> sensitiveTypeIds)An array of OCIDs of the sensitive types compatible with the library masking format.LibraryMaskingFormatSummary.Buildersource(LibraryMaskingFormatSource source)Indicates whether the library masking format is user-defined or predefined.LibraryMaskingFormatSummary.BuildertimeCreated(Date timeCreated)The date and time the library masking format was created, in the format defined by RFC3339LibraryMaskingFormatSummary.BuildertimeUpdated(Date timeUpdated)The date and time the library masking format was updated, in the format defined by RFC3339
 
- 
- 
- 
Method Detail- 
idpublic LibraryMaskingFormatSummary.Builder id(String id) The OCID of the library masking format.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic LibraryMaskingFormatSummary.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the library masking format.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic LibraryMaskingFormatSummary.Builder displayName(String displayName) The display name of the library masking format.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic LibraryMaskingFormatSummary.Builder timeCreated(Date timeCreated) The date and time the library masking format was created, in the format defined by RFC3339- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic LibraryMaskingFormatSummary.Builder timeUpdated(Date timeUpdated) The date and time the library masking format was updated, in the format defined by RFC3339- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic LibraryMaskingFormatSummary.Builder lifecycleState(MaskingLifecycleState lifecycleState) The current state of the library masking format.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic LibraryMaskingFormatSummary.Builder description(String description) The description of the library masking format.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
sensitiveTypeIdspublic LibraryMaskingFormatSummary.Builder sensitiveTypeIds(List<String> sensitiveTypeIds) An array of OCIDs of the sensitive types compatible with the library masking format.- Parameters:
- sensitiveTypeIds- the value to set
- Returns:
- this builder
 
 - 
sourcepublic LibraryMaskingFormatSummary.Builder source(LibraryMaskingFormatSource source) Indicates whether the library masking format is user-defined or predefined.- Parameters:
- source- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic LibraryMaskingFormatSummary.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 LibraryMaskingFormatSummary.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 LibraryMaskingFormatSummary build() 
 - 
copypublic LibraryMaskingFormatSummary.Builder copy(LibraryMaskingFormatSummary model) 
 
- 
 
-