Interface ConsumedCapacity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConsumedCapacity.Builder,,ConsumedCapacity> SdkBuilder<ConsumedCapacity.Builder,,ConsumedCapacity> SdkPojo
- Enclosing class:
ConsumedCapacity
@Mutable
@NotThreadSafe
public static interface ConsumedCapacity.Builder
extends SdkPojo, CopyableBuilder<ConsumedCapacity.Builder,ConsumedCapacity>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityUnits(Double capacityUnits) Sets the value of the CapacityUnits property for this object.readCapacityUnits(Double readCapacityUnits) Sets the value of the ReadCapacityUnits property for this object.Sets the value of the TableName property for this object.writeCapacityUnits(Double writeCapacityUnits) Sets the value of the WriteCapacityUnits property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-