Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SSEDescription.Builder
-
Packages that use SSEDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of SSEDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSEDescription.Builder Modifier and Type Method Description static SSEDescription.BuilderSSEDescription. builder()SSEDescription.BuilderSSEDescription.Builder. inaccessibleEncryptionDateTime(Instant inaccessibleEncryptionDateTime)Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible.SSEDescription.BuilderSSEDescription.Builder. kmsMasterKeyArn(String kmsMasterKeyArn)The KMS key ARN used for the KMS encryption.SSEDescription.BuilderSSEDescription.Builder. sseType(String sseType)Server-side encryption type.SSEDescription.BuilderSSEDescription.Builder. sseType(SSEType sseType)Server-side encryption type.SSEDescription.BuilderSSEDescription.Builder. status(String status)Represents the current state of server-side encryption.SSEDescription.BuilderSSEDescription.Builder. status(SSEStatus status)Represents the current state of server-side encryption.SSEDescription.BuilderSSEDescription. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SSEDescription.Builder Modifier and Type Method Description static Class<? extends SSEDescription.Builder>SSEDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SSEDescription.Builder Modifier and Type Method Description default SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.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.
-