Interface ExecuteTransactionResponse.Builder

    • Method Detail

      • responses

        ExecuteTransactionResponse.Builder responses​(Collection<ItemResponse> responses)

        The response to a PartiQL transaction.

        Parameters:
        responses - The response to a PartiQL transaction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • responses

        ExecuteTransactionResponse.Builder responses​(ItemResponse... responses)

        The response to a PartiQL transaction.

        Parameters:
        responses - The response to a PartiQL transaction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consumedCapacity

        ExecuteTransactionResponse.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

        ExecuteTransactionResponse.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.