Interface DeleteUniqueIdError.Builder

  • Method Details

    • uniqueId

      DeleteUniqueIdError.Builder uniqueId(String uniqueId)

      The unique ID that couldn't be deleted.

      Parameters:
      uniqueId - The unique ID that couldn't be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorType

      DeleteUniqueIdError.Builder errorType(String errorType)

      The error type for the delete unique ID operation.

      The SERVICE_ERROR value indicates that an internal service-side problem occurred during the deletion operation.

      The VALIDATION_ERROR value indicates that the deletion operation couldn't complete because of invalid input parameters or data.

      Parameters:
      errorType - The error type for the delete unique ID operation.

      The SERVICE_ERROR value indicates that an internal service-side problem occurred during the deletion operation.

      The VALIDATION_ERROR value indicates that the deletion operation couldn't complete because of invalid input parameters or data.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorType

      The error type for the delete unique ID operation.

      The SERVICE_ERROR value indicates that an internal service-side problem occurred during the deletion operation.

      The VALIDATION_ERROR value indicates that the deletion operation couldn't complete because of invalid input parameters or data.

      Parameters:
      errorType - The error type for the delete unique ID operation.

      The SERVICE_ERROR value indicates that an internal service-side problem occurred during the deletion operation.

      The VALIDATION_ERROR value indicates that the deletion operation couldn't complete because of invalid input parameters or data.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: