public static class MaskingColumn.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaskingColumn |
build() |
MaskingColumn.Builder |
childColumns(List<String> childColumns)
An array of child columns that are in referential relationship with the masking column.
|
MaskingColumn.Builder |
columnName(String columnName)
The name of the database column.
|
MaskingColumn.Builder |
copy(MaskingColumn model) |
MaskingColumn.Builder |
dataType(String dataType)
The data type of the masking column.
|
MaskingColumn.Builder |
isMaskingEnabled(Boolean isMaskingEnabled)
Indicates whether data masking is enabled for the masking column.
|
MaskingColumn.Builder |
key(String key)
The unique key that identifies the masking column.
|
MaskingColumn.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the masking column.
|
MaskingColumn.Builder |
lifecycleState(MaskingColumnLifecycleState lifecycleState)
The current state of the masking column.
|
MaskingColumn.Builder |
maskingColumnGroup(String maskingColumnGroup)
The group of the masking column.
|
MaskingColumn.Builder |
maskingFormats(List<MaskingFormat> maskingFormats)
An array of masking formats assigned to the masking column.
|
MaskingColumn.Builder |
maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy that contains the masking column.
|
MaskingColumn.Builder |
objectName(String objectName)
The name of the object (table or editioning view) that contains the database column.
|
MaskingColumn.Builder |
objectType(ObjectType objectType)
The type of the object that contains the database column.
|
MaskingColumn.Builder |
schemaName(String schemaName)
The name of the schema that contains the database column.
|
MaskingColumn.Builder |
sensitiveTypeId(String sensitiveTypeId)
The OCID of the sensitive type associated with the masking column.
|
MaskingColumn.Builder |
timeCreated(Date timeCreated)
The date and time the masking column was created, in the format defined by
RFC3339.
|
MaskingColumn.Builder |
timeUpdated(Date timeUpdated)
The date and time the masking column was last updated, in the format defined by
RFC3339.
|
public MaskingColumn.Builder key(String key)
The unique key that identifies the masking column. It’s numeric and unique within a masking policy.
key
- the value to setpublic MaskingColumn.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy that contains the masking column.
maskingPolicyId
- the value to setpublic MaskingColumn.Builder lifecycleState(MaskingColumnLifecycleState lifecycleState)
The current state of the masking column.
lifecycleState
- the value to setpublic MaskingColumn.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the masking column.
lifecycleDetails
- the value to setpublic MaskingColumn.Builder timeCreated(Date timeCreated)
The date and time the masking column was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic MaskingColumn.Builder timeUpdated(Date timeUpdated)
The date and time the masking column was last updated, in the format defined by RFC3339.
timeUpdated
- the value to setpublic MaskingColumn.Builder schemaName(String schemaName)
The name of the schema that contains the database column.
schemaName
- the value to setpublic MaskingColumn.Builder objectName(String objectName)
The name of the object (table or editioning view) that contains the database column.
objectName
- the value to setpublic MaskingColumn.Builder objectType(ObjectType objectType)
The type of the object that contains the database column.
objectType
- the value to setpublic MaskingColumn.Builder columnName(String columnName)
The name of the database column. Note that the same name is used for the masking column. There is no separate displayName attribute for the masking column.
columnName
- the value to setpublic MaskingColumn.Builder childColumns(List<String> childColumns)
An array of child columns that are in referential relationship with the masking column.
childColumns
- the value to setpublic MaskingColumn.Builder maskingColumnGroup(String maskingColumnGroup)
The group of the masking column. All the columns in a group are masked together to ensure that the masked data across these columns continue to retain the same logical relationship. For more details, check Group Masking in the Data Safe documentation.
maskingColumnGroup
- the value to setpublic MaskingColumn.Builder sensitiveTypeId(String sensitiveTypeId)
The OCID of the sensitive type associated with the masking column.
sensitiveTypeId
- the value to setpublic MaskingColumn.Builder isMaskingEnabled(Boolean isMaskingEnabled)
Indicates whether data masking is enabled for the masking column.
isMaskingEnabled
- the value to setpublic MaskingColumn.Builder dataType(String dataType)
The data type of the masking column.
dataType
- the value to setpublic MaskingColumn.Builder maskingFormats(List<MaskingFormat> maskingFormats)
An array of masking formats assigned to the masking column.
maskingFormats
- the value to setpublic MaskingColumn build()
public MaskingColumn.Builder copy(MaskingColumn model)
Copyright © 2016–2024. All rights reserved.