Interface LastUpdateStatus.Builder

  • Method Details

    • status

      A value that indicates whether the update was made successful.

      Parameters:
      status - A value that indicates whether the update was made successful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      A value that indicates whether the update was made successful.

      Parameters:
      status - A value that indicates whether the update was made successful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureReason

      LastUpdateStatus.Builder failureReason(String failureReason)

      If the update wasn't successful, indicates the reason why it failed.

      Parameters:
      failureReason - If the update wasn't successful, indicates the reason why it failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.