| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
static SSEDescription.Builder |
SSEDescription.builder() |
SSEDescription.Builder |
SSEDescription.Builder.kmsMasterKeyArn(String kmsMasterKeyArn)
The KMS master key ARN used for the KMS encryption.
|
SSEDescription.Builder |
SSEDescription.Builder.sseType(SSEType sseType)
Server-side encryption type:
|
SSEDescription.Builder |
SSEDescription.Builder.sseType(String sseType)
Server-side encryption type:
|
SSEDescription.Builder |
SSEDescription.Builder.status(SSEStatus status)
The current state of server-side encryption:
|
SSEDescription.Builder |
SSEDescription.Builder.status(String status)
The current state of server-side encryption:
|
SSEDescription.Builder |
SSEDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SSEDescription.Builder> |
SSEDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription)
The description of the server-side encryption status on the table when the backup was created.
|
default TableDescription.Builder |
TableDescription.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription)
The description of the server-side encryption status on the specified table.
|
Copyright © 2018. All rights reserved.