Interface FailedItemDetails.Builder

  • Method Details

    • failureCode

      FailedItemDetails.Builder failureCode(String failureCode)

      The status code of a failed item.

      Parameters:
      failureCode - The status code of a failed item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureCode

      The status code of a failed item.

      Parameters:
      failureCode - The status code of a failed item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • retryable

      FailedItemDetails.Builder retryable(Boolean retryableValue)

      Indicates whether you can immediately retry a request for this item for a specified resource.

      Parameters:
      retryableValue - Indicates whether you can immediately retry a request for this item for a specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.