Interface FailedResource.Builder

  • Method Details

    • resourceArn

      FailedResource.Builder resourceArn(String resourceArn)

      The Amazon resource name (ARN) of the resource that failed to be added or removed.

      Parameters:
      resourceArn - The Amazon resource name (ARN) of the resource that failed to be added or removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      FailedResource.Builder errorMessage(String errorMessage)

      The error message text associated with the failure.

      Parameters:
      errorMessage - The error message text associated with the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      FailedResource.Builder errorCode(String errorCode)

      The error code associated with the failure.

      Parameters:
      errorCode - The error code associated with the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.