Interface GetItemResponse.Builder

    • Method Detail

      • item

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

        A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

        Parameters:
        item - A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • consumedCapacity

        GetItemResponse.Builder consumedCapacity​(ConsumedCapacity consumedCapacity)

        The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

        Parameters:
        consumedCapacity - The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.