public static interface LedgerSummary.Builder extends SdkPojo, CopyableBuilder<LedgerSummary.Builder,LedgerSummary>
| Modifier and Type | Method and Description |
|---|---|
LedgerSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time, in epoch time format, when the ledger was created.
|
LedgerSummary.Builder |
name(String name)
The name of the ledger.
|
LedgerSummary.Builder |
state(LedgerState state)
The current status of the ledger.
|
LedgerSummary.Builder |
state(String state)
The current status of the ledger.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLedgerSummary.Builder name(String name)
The name of the ledger.
name - The name of the ledger.LedgerSummary.Builder state(String state)
The current status of the ledger.
state - The current status of the ledger.LedgerState,
LedgerStateLedgerSummary.Builder state(LedgerState state)
The current status of the ledger.
state - The current status of the ledger.LedgerState,
LedgerStateLedgerSummary.Builder creationDateTime(Instant creationDateTime)
The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
creationDateTime - The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number
of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)Copyright © 2022. All rights reserved.