Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SSEDescription.Builder
Packages that use SSEDescription.Builder
-
Uses of SSEDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSEDescription.BuilderModifier and TypeMethodDescriptionstatic SSEDescription.BuilderSSEDescription.builder()SSEDescription.Builder.inaccessibleEncryptionDateTime(Instant inaccessibleEncryptionDateTime) Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.SSEDescription.Builder.kmsMasterKeyArn(String kmsMasterKeyArn) The KMS key ARN used for the KMS encryption.Server-side encryption type.Server-side encryption type.Represents the current state of server-side encryption.Represents the current state of server-side encryption.SSEDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SSEDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SSEDescription.Builder>SSEDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SSEDescription.BuilderModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription) The description of the server-side encryption status on the table when the backup was created.default TableDescription.BuilderTableDescription.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription) The description of the server-side encryption status on the specified table.