Interface DynamoDBCapacityDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DynamoDBCapacityDetails.Builder,DynamoDBCapacityDetails>,SdkBuilder<DynamoDBCapacityDetails.Builder,DynamoDBCapacityDetails>,SdkPojo
- Enclosing class:
- DynamoDBCapacityDetails
public static interface DynamoDBCapacityDetails.Builder extends SdkPojo, CopyableBuilder<DynamoDBCapacityDetails.Builder,DynamoDBCapacityDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamoDBCapacityDetails.BuildercapacityUnits(String capacityUnits)The capacity unit of the recommended reservation.DynamoDBCapacityDetails.Builderregion(String region)The Amazon Web Services Region of the recommended reservation.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
capacityUnits
DynamoDBCapacityDetails.Builder capacityUnits(String capacityUnits)
The capacity unit of the recommended reservation.
- Parameters:
capacityUnits- The capacity unit of the recommended reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
DynamoDBCapacityDetails.Builder region(String region)
The Amazon Web Services Region of the recommended reservation.
- Parameters:
region- The Amazon Web Services Region of the recommended reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-