public static interface ReservedInstancesConfiguration.Builder extends SdkPojo, CopyableBuilder<ReservedInstancesConfiguration.Builder,ReservedInstancesConfiguration>
Modifier and Type | Method and Description |
---|---|
ReservedInstancesConfiguration.Builder |
availabilityZone(String availabilityZone)
The Availability Zone for the modified Reserved Instances.
|
ReservedInstancesConfiguration.Builder |
instanceCount(Integer instanceCount)
The number of modified Reserved Instances.
|
ReservedInstancesConfiguration.Builder |
instanceType(InstanceType instanceType)
The instance type for the modified Reserved Instances.
|
ReservedInstancesConfiguration.Builder |
instanceType(String instanceType)
The instance type for the modified Reserved Instances.
|
ReservedInstancesConfiguration.Builder |
platform(String platform)
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
|
ReservedInstancesConfiguration.Builder |
scope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability
Zone.
|
ReservedInstancesConfiguration.Builder |
scope(String scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability
Zone.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReservedInstancesConfiguration.Builder availabilityZone(String availabilityZone)
The Availability Zone for the modified Reserved Instances.
availabilityZone
- The Availability Zone for the modified Reserved Instances.ReservedInstancesConfiguration.Builder instanceCount(Integer instanceCount)
The number of modified Reserved Instances.
This is a required field for a request.
instanceCount
- The number of modified Reserved Instances. This is a required field for a request.
ReservedInstancesConfiguration.Builder instanceType(String instanceType)
The instance type for the modified Reserved Instances.
instanceType
- The instance type for the modified Reserved Instances.InstanceType
,
InstanceType
ReservedInstancesConfiguration.Builder instanceType(InstanceType instanceType)
The instance type for the modified Reserved Instances.
instanceType
- The instance type for the modified Reserved Instances.InstanceType
,
InstanceType
ReservedInstancesConfiguration.Builder platform(String platform)
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
platform
- The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.ReservedInstancesConfiguration.Builder scope(String scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
ReservedInstancesConfiguration.Builder scope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
Copyright © 2019. All rights reserved.