Interface AwsDynamoDbTableProvisionedThroughputOverride.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsDynamoDbTableProvisionedThroughputOverride.Builder,AwsDynamoDbTableProvisionedThroughputOverride>,SdkBuilder<AwsDynamoDbTableProvisionedThroughputOverride.Builder,AwsDynamoDbTableProvisionedThroughputOverride>,SdkPojo
- Enclosing class:
- AwsDynamoDbTableProvisionedThroughputOverride
public static interface AwsDynamoDbTableProvisionedThroughputOverride.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableProvisionedThroughputOverride.Builder,AwsDynamoDbTableProvisionedThroughputOverride>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsDynamoDbTableProvisionedThroughputOverride.BuilderreadCapacityUnits(Integer readCapacityUnits)The read capacity units for the replica.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
readCapacityUnits
AwsDynamoDbTableProvisionedThroughputOverride.Builder readCapacityUnits(Integer readCapacityUnits)
The read capacity units for the replica.
- Parameters:
readCapacityUnits- The read capacity units for the replica.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-