Interface StatusSummary.Builder

  • Method Details

    • lastUpdatedAt

      StatusSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The datetime stamp when the status was last updated.

      Parameters:
      lastUpdatedAt - The datetime stamp when the status was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      StatusSummary.Builder status(String status)

      The current status.

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

      StatusSummary.Builder status(Status status)

      The current status.

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

      StatusSummary.Builder statusDetails(Map<String,String> statusDetails)

      Details about the status.

      Parameters:
      statusDetails - Details about the status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      StatusSummary.Builder statusMessage(String statusMessage)

      When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.

      Parameters:
      statusMessage - When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusType

      StatusSummary.Builder statusType(String statusType)

      The type of a status summary.

      Parameters:
      statusType - The type of a status summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusType

      StatusSummary.Builder statusType(StatusType statusType)

      The type of a status summary.

      Parameters:
      statusType - The type of a status summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: