Interface AddReservedInstanceAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AddReservedInstanceAction.Builder,
,AddReservedInstanceAction> SdkBuilder<AddReservedInstanceAction.Builder,
,AddReservedInstanceAction> SdkPojo
- Enclosing class:
AddReservedInstanceAction
@Mutable
@NotThreadSafe
public static interface AddReservedInstanceAction.Builder
extends SdkPojo, CopyableBuilder<AddReservedInstanceAction.Builder,AddReservedInstanceAction>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount
(Integer instanceCount) The number of instances to add for this Reserved Instance offering.reservedInstancesOfferingId
(String reservedInstancesOfferingId) The ID of the Reserved Instance offering to add.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
-
reservedInstancesOfferingId
The ID of the Reserved Instance offering to add. For more information, see DescribeReservedInstancesOfferings.
- Parameters:
reservedInstancesOfferingId
- The ID of the Reserved Instance offering to add. For more information, see DescribeReservedInstancesOfferings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceCount
The number of instances to add for this Reserved Instance offering.
- Parameters:
instanceCount
- The number of instances to add for this Reserved Instance offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-