Interface Capacity.Builder

    • Method Detail

      • readCapacityUnits

        Capacity.Builder readCapacityUnits​(Double readCapacityUnits)

        The total number of read capacity units consumed on a table or an index.

        Parameters:
        readCapacityUnits - The total number of read capacity units consumed on a table or an index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeCapacityUnits

        Capacity.Builder writeCapacityUnits​(Double writeCapacityUnits)

        The total number of write capacity units consumed on a table or an index.

        Parameters:
        writeCapacityUnits - The total number of write capacity units consumed on a table or an index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityUnits

        Capacity.Builder capacityUnits​(Double capacityUnits)

        The total number of capacity units consumed on a table or an index.

        Parameters:
        capacityUnits - The total number of capacity units consumed on a table or an index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.