| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) for the ledger.
|
static UpdateLedgerResponse.Builder |
UpdateLedgerResponse.builder() |
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.creationDateTime(Instant creationDateTime)
The date and time, in epoch time format, when the ledger was created.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.deletionProtection(Boolean deletionProtection)
The flag that prevents a ledger from being deleted by any user.
|
default UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.encryptionDescription(Consumer<LedgerEncryptionDescription.Builder> encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.encryptionDescription(LedgerEncryptionDescription encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.name(String name)
The name of the ledger.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.state(LedgerState state)
The current status of the ledger.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.state(String state)
The current status of the ledger.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLedgerResponse.Builder> |
UpdateLedgerResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.