Interface BatchStatementError.Builder

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

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

    • code

      The error code associated with the failed PartiQL batch statement.

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

      The error code associated with the failed PartiQL batch statement.

      Parameters:
      code - The error code associated with the failed PartiQL batch statement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.