public static class LibraryMaskingFormat.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LibraryMaskingFormat |
build() |
LibraryMaskingFormat.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the library masking format.
|
LibraryMaskingFormat.Builder |
copy(LibraryMaskingFormat model) |
LibraryMaskingFormat.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
LibraryMaskingFormat.Builder |
description(String description)
The description of the library masking format.
|
LibraryMaskingFormat.Builder |
displayName(String displayName)
The display name of the library masking format.
|
LibraryMaskingFormat.Builder |
formatEntries(List<FormatEntry> formatEntries)
An array of format entries.
|
LibraryMaskingFormat.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
LibraryMaskingFormat.Builder |
id(String id)
The OCID of the library masking format.
|
LibraryMaskingFormat.Builder |
lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.
|
LibraryMaskingFormat.Builder |
sensitiveTypeIds(List<String> sensitiveTypeIds)
An array of OCIDs of the sensitive types compatible with the library masking format.
|
LibraryMaskingFormat.Builder |
source(LibraryMaskingFormatSource source)
Specifies whether the library masking format is user-defined or predefined.
|
LibraryMaskingFormat.Builder |
timeCreated(Date timeCreated)
The date and time the library masking format was created, in the format defined by
RFC3339
|
LibraryMaskingFormat.Builder |
timeUpdated(Date timeUpdated)
The date and time the library masking format was updated, in the format defined by
RFC3339
|
public LibraryMaskingFormat.Builder id(String id)
The OCID of the library masking format.
id
- the value to setpublic LibraryMaskingFormat.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the library masking format.
compartmentId
- the value to setpublic LibraryMaskingFormat.Builder displayName(String displayName)
The display name of the library masking format.
displayName
- the value to setpublic LibraryMaskingFormat.Builder timeCreated(Date timeCreated)
The date and time the library masking format was created, in the format defined by RFC3339
timeCreated
- the value to setpublic LibraryMaskingFormat.Builder timeUpdated(Date timeUpdated)
The date and time the library masking format was updated, in the format defined by RFC3339
timeUpdated
- the value to setpublic LibraryMaskingFormat.Builder lifecycleState(MaskingLifecycleState lifecycleState)
The current state of the library masking format.
lifecycleState
- the value to setpublic LibraryMaskingFormat.Builder description(String description)
The description of the library masking format.
description
- the value to setpublic LibraryMaskingFormat.Builder sensitiveTypeIds(List<String> sensitiveTypeIds)
An array of OCIDs of the sensitive types compatible with the library masking format.
sensitiveTypeIds
- the value to setpublic LibraryMaskingFormat.Builder source(LibraryMaskingFormatSource source)
Specifies whether the library masking format is user-defined or predefined.
source
- the value to setpublic LibraryMaskingFormat.Builder formatEntries(List<FormatEntry> formatEntries)
An array of format entries. The combined output of all the format entries is used for masking.
formatEntries
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic LibraryMaskingFormat build()
public LibraryMaskingFormat.Builder copy(LibraryMaskingFormat model)
Copyright © 2016–2024. All rights reserved.