Interface FailedResource.Builder

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

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

    • resourceArn

      FailedResource.Builder resourceArn(String resourceArn)

      The ARN of the resource that failed to be added or removed.

      Parameters:
      resourceArn - The 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.