Uses of Interface
software.amazon.awssdk.services.qldb.model.LedgerEncryptionDescription.Builder
-
Packages that use LedgerEncryptionDescription.Builder Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of LedgerEncryptionDescription.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return LedgerEncryptionDescription.Builder Modifier and Type Method Description static LedgerEncryptionDescription.BuilderLedgerEncryptionDescription. builder()LedgerEncryptionDescription.BuilderLedgerEncryptionDescription.Builder. encryptionStatus(String encryptionStatus)The current state of encryption at rest for the ledger.LedgerEncryptionDescription.BuilderLedgerEncryptionDescription.Builder. encryptionStatus(EncryptionStatus encryptionStatus)The current state of encryption at rest for the ledger.LedgerEncryptionDescription.BuilderLedgerEncryptionDescription.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.BuilderLedgerEncryptionDescription.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for encryption at rest.LedgerEncryptionDescription.BuilderLedgerEncryptionDescription. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type LedgerEncryptionDescription.Builder Modifier and Type Method Description static Class<? extends LedgerEncryptionDescription.Builder>LedgerEncryptionDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qldb.model with type arguments of type LedgerEncryptionDescription.Builder Modifier and Type Method Description default DescribeLedgerResponse.BuilderDescribeLedgerResponse.Builder. encryptionDescription(Consumer<LedgerEncryptionDescription.Builder> encryptionDescription)Information about the encryption of data at rest in the ledger.default UpdateLedgerResponse.BuilderUpdateLedgerResponse.Builder. encryptionDescription(Consumer<LedgerEncryptionDescription.Builder> encryptionDescription)Information about the encryption of data at rest in the ledger.
-