| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionMetadata.Builder |
DataEncryptionMetadata.Builder.allowCleartext(Boolean allowCleartext)
Indicates whether encrypted tables can contain cleartext data (true) or are to cryptographically process
every column (false).
|
DataEncryptionMetadata.Builder |
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 |
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).
|
static DataEncryptionMetadata.Builder |
DataEncryptionMetadata.builder() |
DataEncryptionMetadata.Builder |
DataEncryptionMetadata.Builder.preserveNulls(Boolean preserveNulls)
Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically
processed (false).
|
DataEncryptionMetadata.Builder |
DataEncryptionMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataEncryptionMetadata.Builder> |
DataEncryptionMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCollaborationRequest.Builder |
CreateCollaborationRequest.Builder.dataEncryptionMetadata(Consumer<DataEncryptionMetadata.Builder> dataEncryptionMetadata)
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
default Collaboration.Builder |
Collaboration.Builder.dataEncryptionMetadata(Consumer<DataEncryptionMetadata.Builder> dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
Copyright © 2023. All rights reserved.