Interface BatchExecuteStatementResponse.Builder

    • Method Detail

      • responses

        BatchExecuteStatementResponse.Builder responses​(Collection<BatchStatementResponse> responses)

        The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.

        Parameters:
        responses - The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • responses

        BatchExecuteStatementResponse.Builder responses​(BatchStatementResponse... responses)

        The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.

        Parameters:
        responses - The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consumedCapacity

        BatchExecuteStatementResponse.Builder consumedCapacity​(Collection<ConsumedCapacity> consumedCapacity)

        The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.

        Parameters:
        consumedCapacity - The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consumedCapacity

        BatchExecuteStatementResponse.Builder consumedCapacity​(ConsumedCapacity... consumedCapacity)

        The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.

        Parameters:
        consumedCapacity - The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.