Interface BatchStatementError.Builder

    • Method Detail

      • message

        BatchStatementError.Builder message​(String message)

        The error message associated with the PartiQL batch response.

        Parameters:
        message - The error message associated with the PartiQL batch response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • item

        BatchStatementError.Builder item​(Map<String,​AttributeValue> item)

        The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as ALL_OLD.

        Parameters:
        item - The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as ALL_OLD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.