public static interface DataEncryptionMetadata.Builder extends SdkPojo, CopyableBuilder<DataEncryptionMetadata.Builder,DataEncryptionMetadata>
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionMetadata.Builder |
allowCleartext(Boolean allowCleartext)
Indicates whether encrypted tables can contain cleartext data (true) or are to cryptographically process
every column (false).
|
DataEncryptionMetadata.Builder |
allowDuplicates(Boolean allowDuplicates)
Indicates whether Fingerprint columns can contain duplicate entries (true) or are to contain only
non-repeated values (false).
|
DataEncryptionMetadata.Builder |
allowJoinsOnColumnsWithDifferentNames(Boolean allowJoinsOnColumnsWithDifferentNames)
Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name
(true) or can only be joined on Fingerprint columns of the same name (false).
|
DataEncryptionMetadata.Builder |
preserveNulls(Boolean preserveNulls)
Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically
processed (false).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataEncryptionMetadata.Builder allowCleartext(Boolean allowCleartext)
Indicates whether encrypted tables can contain cleartext data (true) or are to cryptographically process every column (false).
allowCleartext - Indicates whether encrypted tables can contain cleartext data (true) or are to cryptographically
process every column (false).DataEncryptionMetadata.Builder allowDuplicates(Boolean allowDuplicates)
Indicates whether Fingerprint columns can contain duplicate entries (true) or are to contain only non-repeated values (false).
allowDuplicates - Indicates whether Fingerprint columns can contain duplicate entries (true) or are to contain only
non-repeated values (false).DataEncryptionMetadata.Builder allowJoinsOnColumnsWithDifferentNames(Boolean allowJoinsOnColumnsWithDifferentNames)
Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (true) or can only be joined on Fingerprint columns of the same name (false).
allowJoinsOnColumnsWithDifferentNames - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different
name (true) or can only be joined on Fingerprint columns of the same name (false).DataEncryptionMetadata.Builder preserveNulls(Boolean preserveNulls)
Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically processed (false).
preserveNulls - Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically
processed (false).Copyright © 2023. All rights reserved.