| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionSpecification.Builder |
EncryptionSpecification.builder() |
EncryptionSpecification.Builder |
EncryptionSpecification.Builder.kmsKeyIdentifier(String kmsKeyIdentifier)
The Amazon Resource Name (ARN) of the customer managed KMS key, for example
kms_key_identifier:ARN. |
EncryptionSpecification.Builder |
EncryptionSpecification.toBuilder() |
EncryptionSpecification.Builder |
EncryptionSpecification.Builder.type(EncryptionType type)
The encryption option specified for the table.
|
EncryptionSpecification.Builder |
EncryptionSpecification.Builder.type(String type)
The encryption option specified for the table.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionSpecification.Builder> |
EncryptionSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTableRequest.Builder |
CreateTableRequest.Builder.encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)
Specifies how the encryption key for encryption at rest is managed for the table.
|
default UpdateTableRequest.Builder |
UpdateTableRequest.Builder.encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)
Modifies the encryption settings of the table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)
The encryption settings of the specified table.
|
default RestoreTableRequest.Builder |
RestoreTableRequest.Builder.encryptionSpecificationOverride(Consumer<EncryptionSpecification.Builder> encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
Copyright © 2022. All rights reserved.