Interface LedgerSummary.Builder

  • Method Details

    • name

      The name of the ledger.

      Parameters:
      name - The name of the ledger.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The current status of the ledger.

      Parameters:
      state - The current status of the ledger.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current status of the ledger.

      Parameters:
      state - The current status of the ledger.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationDateTime

      LedgerSummary.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.)

      Parameters:
      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.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.