Interface BatchItemError.Builder

    • Method Detail

      • code

        BatchItemError.Builder code​(String code)

        The error code associated with the batch request error.

        Parameters:
        code - The error code associated with the batch request error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BatchItemErrorCode, BatchItemErrorCode
      • message

        BatchItemError.Builder message​(String message)

        A message with the reason for the batch request error.

        Parameters:
        message - A message with the reason for the batch request error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.