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