Interface DynamoDBCapacityDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DynamoDBCapacityDetails.Builder,
,DynamoDBCapacityDetails> SdkBuilder<DynamoDBCapacityDetails.Builder,
,DynamoDBCapacityDetails> SdkPojo
- Enclosing class:
DynamoDBCapacityDetails
@Mutable
@NotThreadSafe
public static interface DynamoDBCapacityDetails.Builder
extends SdkPojo, CopyableBuilder<DynamoDBCapacityDetails.Builder,DynamoDBCapacityDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityUnits
(String capacityUnits) The capacity unit of the recommended reservation.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 Details
-
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
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.
-