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

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

    • statusCode

      FailureInfo.Builder statusCode(Integer statusCode)

      The HTTP status code of the common error.

      Parameters:
      statusCode - The HTTP status code of the common error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      FailureInfo.Builder errorCode(String errorCode)

      The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the Amazon Web Services service that hosts the resource that you want to tag.

      Parameters:
      errorCode - The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the Amazon Web Services service that hosts the resource that you want to tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      FailureInfo.Builder errorCode(ErrorCode errorCode)

      The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the Amazon Web Services service that hosts the resource that you want to tag.

      Parameters:
      errorCode - The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the Amazon Web Services service that hosts the resource that you want to tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      FailureInfo.Builder errorMessage(String errorMessage)

      The message of the common error.

      Parameters:
      errorMessage - The message of the common error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.