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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LibraryMaskingFormatSummary
build()
LibraryMaskingFormatSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment that contains the library masking format.LibraryMaskingFormatSummary.Builder
copy(LibraryMaskingFormatSummary model)
LibraryMaskingFormatSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.LibraryMaskingFormatSummary.Builder
description(String description)
The description of the library masking format.LibraryMaskingFormatSummary.Builder
displayName(String displayName)
The display name of the library masking format.LibraryMaskingFormatSummary.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.LibraryMaskingFormatSummary.Builder
id(String id)
The OCID of the library masking format.LibraryMaskingFormatSummary.Builder
lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.LibraryMaskingFormatSummary.Builder
sensitiveTypeIds(List<String> sensitiveTypeIds)
An array of OCIDs of the sensitive types compatible with the library masking format.LibraryMaskingFormatSummary.Builder
source(LibraryMaskingFormatSource source)
Indicates whether the library masking format is user-defined or predefined.LibraryMaskingFormatSummary.Builder
timeCreated(Date timeCreated)
The date and time the library masking format was created, in the format defined by RFC3339LibraryMaskingFormatSummary.Builder
timeUpdated(Date timeUpdated)
The date and time the library masking format was updated, in the format defined by RFC3339
-
-
-
Method Detail
-
id
public LibraryMaskingFormatSummary.Builder id(String id)
The OCID of the library masking format.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public 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
-
displayName
public LibraryMaskingFormatSummary.Builder displayName(String displayName)
The display name of the library masking format.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
timeUpdated
public 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
-
lifecycleState
public LibraryMaskingFormatSummary.Builder lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
description
public LibraryMaskingFormatSummary.Builder description(String description)
The description of the library masking format.- Parameters:
description
- the value to set- Returns:
- this builder
-
sensitiveTypeIds
public 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
-
source
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public LibraryMaskingFormatSummary build()
-
copy
public LibraryMaskingFormatSummary.Builder copy(LibraryMaskingFormatSummary model)
-
-