| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
static LedgerEncryptionDescription.Builder |
LedgerEncryptionDescription.builder() |
LedgerEncryptionDescription.Builder |
LedgerEncryptionDescription.Builder.encryptionStatus(EncryptionStatus encryptionStatus)
The current state of encryption at rest for the ledger.
|
LedgerEncryptionDescription.Builder |
LedgerEncryptionDescription.Builder.encryptionStatus(String encryptionStatus)
The current state of encryption at rest for the ledger.
|
LedgerEncryptionDescription.Builder |
LedgerEncryptionDescription.Builder.inaccessibleKmsKeyDateTime(Instant inaccessibleKmsKeyDateTime)
The date and time, in epoch time format, when the KMS key first became inaccessible, in the case of an error.
|
LedgerEncryptionDescription.Builder |
LedgerEncryptionDescription.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for encryption at rest.
|
LedgerEncryptionDescription.Builder |
LedgerEncryptionDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LedgerEncryptionDescription.Builder> |
LedgerEncryptionDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.encryptionDescription(Consumer<LedgerEncryptionDescription.Builder> encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
default DescribeLedgerResponse.Builder |
DescribeLedgerResponse.Builder.encryptionDescription(Consumer<LedgerEncryptionDescription.Builder> encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
Copyright © 2022. All rights reserved.