Interface ConsumedCapacity.Builder

  • Method Details

    • tableName

      ConsumedCapacity.Builder tableName(String tableName)
      Sets the value of the TableName property for this object.
      Parameters:
      tableName - The new value for the TableName property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capacityUnits

      ConsumedCapacity.Builder capacityUnits(Double capacityUnits)
      Sets the value of the CapacityUnits property for this object.
      Parameters:
      capacityUnits - The new value for the CapacityUnits property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readCapacityUnits

      ConsumedCapacity.Builder readCapacityUnits(Double readCapacityUnits)
      Sets the value of the ReadCapacityUnits property for this object.
      Parameters:
      readCapacityUnits - The new value for the ReadCapacityUnits property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • writeCapacityUnits

      ConsumedCapacity.Builder writeCapacityUnits(Double writeCapacityUnits)
      Sets the value of the WriteCapacityUnits property for this object.
      Parameters:
      writeCapacityUnits - The new value for the WriteCapacityUnits property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.