Uses of Interface
software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification.Builder
-
Packages that use EncryptionSpecification.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of EncryptionSpecification.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return EncryptionSpecification.Builder Modifier and Type Method Description static EncryptionSpecification.BuilderEncryptionSpecification. builder()EncryptionSpecification.BuilderEncryptionSpecification.Builder. kmsKeyIdentifier(String kmsKeyIdentifier)The Amazon Resource Name (ARN) of the customer managed KMS key, for examplekms_key_identifier:ARN.EncryptionSpecification.BuilderEncryptionSpecification. toBuilder()EncryptionSpecification.BuilderEncryptionSpecification.Builder. type(String type)The encryption option specified for the table.EncryptionSpecification.BuilderEncryptionSpecification.Builder. type(EncryptionType type)The encryption option specified for the table.Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type EncryptionSpecification.Builder Modifier and Type Method Description static Class<? extends EncryptionSpecification.Builder>EncryptionSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type EncryptionSpecification.Builder Modifier and Type Method Description default CreateTableRequest.BuilderCreateTableRequest.Builder. encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)Specifies how the encryption key for encryption at rest is managed for the table.default GetTableResponse.BuilderGetTableResponse.Builder. encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)The encryption settings of the specified table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder. encryptionSpecification(Consumer<EncryptionSpecification.Builder> encryptionSpecification)Modifies the encryption settings of the table.default RestoreTableRequest.BuilderRestoreTableRequest.Builder. encryptionSpecificationOverride(Consumer<EncryptionSpecification.Builder> encryptionSpecificationOverride)Specifies the encryption settings for the target table.
-