Interface BatchDeleteError.Builder

  • Method Details

    • resourceArn

      BatchDeleteError.Builder resourceArn(String resourceArn)

      ARN of the configuration that failed to delete.

      Parameters:
      resourceArn - ARN of the configuration that failed to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      Error code indicating the type of failure.

      Parameters:
      code - Error code indicating the type of failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      Error code indicating the type of failure.

      Parameters:
      code - Error code indicating the type of failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      BatchDeleteError.Builder message(String message)

      Descriptive error message.

      Parameters:
      message - Descriptive error message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.