public static interface EC2InstanceDetails.Builder extends SdkPojo, CopyableBuilder<EC2InstanceDetails.Builder,EC2InstanceDetails>
Modifier and Type | Method and Description |
---|---|
EC2InstanceDetails.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the recommended reservation.
|
EC2InstanceDetails.Builder |
currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current-generation instance.
|
EC2InstanceDetails.Builder |
family(String family)
The instance family of the recommended reservation.
|
EC2InstanceDetails.Builder |
instanceType(String instanceType)
The type of instance that AWS recommends.
|
EC2InstanceDetails.Builder |
platform(String platform)
The platform of the recommended reservation.
|
EC2InstanceDetails.Builder |
region(String region)
The AWS Region of the recommended reservation.
|
EC2InstanceDetails.Builder |
sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
|
EC2InstanceDetails.Builder |
tenancy(String tenancy)
Whether the recommended reservation is dedicated or shared.
|
copy
applyMutation, build
EC2InstanceDetails.Builder family(String family)
The instance family of the recommended reservation.
family
- The instance family of the recommended reservation.EC2InstanceDetails.Builder instanceType(String instanceType)
The type of instance that AWS recommends.
instanceType
- The type of instance that AWS recommends.EC2InstanceDetails.Builder region(String region)
The AWS Region of the recommended reservation.
region
- The AWS Region of the recommended reservation.EC2InstanceDetails.Builder availabilityZone(String availabilityZone)
The Availability Zone of the recommended reservation.
availabilityZone
- The Availability Zone of the recommended reservation.EC2InstanceDetails.Builder platform(String platform)
The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.
platform
- The platform of the recommended reservation. The platform is the specific combination of operating
system, license model, and software on an instance.EC2InstanceDetails.Builder tenancy(String tenancy)
Whether the recommended reservation is dedicated or shared.
tenancy
- Whether the recommended reservation is dedicated or shared.EC2InstanceDetails.Builder currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current-generation instance.
currentGeneration
- Whether the recommendation is for a current-generation instance.EC2InstanceDetails.Builder sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
sizeFlexEligible
- Whether the recommended reservation is size flexible.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.