Interface LastUpdateStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LastUpdateStatus.Builder,LastUpdateStatus>, SdkBuilder<LastUpdateStatus.Builder,LastUpdateStatus>, SdkPojo
Enclosing class:
LastUpdateStatus

public static interface LastUpdateStatus.Builder extends SdkPojo, CopyableBuilder<LastUpdateStatus.Builder,LastUpdateStatus>
  • 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.