public static class MaskingPolicyReferentialRelationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaskingPolicyReferentialRelationSummary |
build() |
MaskingPolicyReferentialRelationSummary.Builder |
child(MaskingPolicyColumnsInfo child) |
MaskingPolicyReferentialRelationSummary.Builder |
copy(MaskingPolicyReferentialRelationSummary model) |
MaskingPolicyReferentialRelationSummary.Builder |
maskingFormat(List<String> maskingFormat)
The masking format associated with the parent column.
|
MaskingPolicyReferentialRelationSummary.Builder |
maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy that contains the column.
|
MaskingPolicyReferentialRelationSummary.Builder |
parent(MaskingPolicyColumnsInfo parent) |
MaskingPolicyReferentialRelationSummary.Builder |
relationType(MaskingPolicyReferentialRelationSummary.RelationType relationType)
The type of referential relationship the column has with its parent.
|
public MaskingPolicyReferentialRelationSummary.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy that contains the column.
maskingPolicyId
- the value to setpublic MaskingPolicyReferentialRelationSummary.Builder relationType(MaskingPolicyReferentialRelationSummary.RelationType relationType)
The type of referential relationship the column has with its parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
relationType
- the value to setpublic MaskingPolicyReferentialRelationSummary.Builder parent(MaskingPolicyColumnsInfo parent)
public MaskingPolicyReferentialRelationSummary.Builder child(MaskingPolicyColumnsInfo child)
public MaskingPolicyReferentialRelationSummary.Builder maskingFormat(List<String> maskingFormat)
The masking format associated with the parent column.
maskingFormat
- the value to setpublic MaskingPolicyReferentialRelationSummary build()
public MaskingPolicyReferentialRelationSummary.Builder copy(MaskingPolicyReferentialRelationSummary model)
Copyright © 2016–2025. All rights reserved.