Interface FailureDetails.Builder

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

public static interface FailureDetails.Builder extends SdkPojo, CopyableBuilder<FailureDetails.Builder,FailureDetails>
  • Method Details

    • message

      FailureDetails.Builder message(String message)

      A description of the error that caused the batch job failure.

      Parameters:
      message - A description of the error that caused the batch job failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      FailureDetails.Builder statusCode(Integer statusCode)

      An HTTP status code representing the nature of the error.

      Parameters:
      statusCode - An HTTP status code representing the nature of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.