| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsDynamoDbTableSseDescription.Builder |
AwsDynamoDbTableSseDescription.builder() |
AwsDynamoDbTableSseDescription.Builder |
AwsDynamoDbTableSseDescription.Builder.inaccessibleEncryptionDateTime(String inaccessibleEncryptionDateTime)
If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
|
AwsDynamoDbTableSseDescription.Builder |
AwsDynamoDbTableSseDescription.Builder.kmsMasterKeyArn(String kmsMasterKeyArn)
The ARN of the KMS key that is used for the KMS encryption.
|
AwsDynamoDbTableSseDescription.Builder |
AwsDynamoDbTableSseDescription.Builder.sseType(String sseType)
The type of server-side encryption.
|
AwsDynamoDbTableSseDescription.Builder |
AwsDynamoDbTableSseDescription.Builder.status(String status)
The status of the server-side encryption.
|
AwsDynamoDbTableSseDescription.Builder |
AwsDynamoDbTableSseDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsDynamoDbTableSseDescription.Builder> |
AwsDynamoDbTableSseDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsDynamoDbTableDetails.Builder |
AwsDynamoDbTableDetails.Builder.sseDescription(Consumer<AwsDynamoDbTableSseDescription.Builder> sseDescription)
Information about the server-side encryption for the table.
|
Copyright © 2023. All rights reserved.