public static interface SpotPrice.Builder extends CopyableBuilder<SpotPrice.Builder,SpotPrice>
Modifier and Type | Method and Description |
---|---|
SpotPrice.Builder |
availabilityZone(String availabilityZone)
The Availability Zone.
|
SpotPrice.Builder |
instanceType(InstanceType instanceType)
The instance type.
|
SpotPrice.Builder |
instanceType(String instanceType)
The instance type.
|
SpotPrice.Builder |
productDescription(RIProductDescription productDescription)
A general description of the AMI.
|
SpotPrice.Builder |
productDescription(String productDescription)
A general description of the AMI.
|
SpotPrice.Builder |
spotPrice(String spotPrice)
The maximum price (bid) that you are willing to pay for a Spot instance.
|
SpotPrice.Builder |
timestamp(Instant timestamp)
The date and time the request was created, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
copy
applyMutation, build
SpotPrice.Builder availabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone
- The Availability Zone.SpotPrice.Builder instanceType(String instanceType)
The instance type. Note that T2 and HS1 instance types are not supported.
instanceType
- The instance type. Note that T2 and HS1 instance types are not supported.InstanceType
,
InstanceType
SpotPrice.Builder instanceType(InstanceType instanceType)
The instance type. Note that T2 and HS1 instance types are not supported.
instanceType
- The instance type. Note that T2 and HS1 instance types are not supported.InstanceType
,
InstanceType
SpotPrice.Builder productDescription(String productDescription)
A general description of the AMI.
productDescription
- A general description of the AMI.RIProductDescription
,
RIProductDescription
SpotPrice.Builder productDescription(RIProductDescription productDescription)
A general description of the AMI.
productDescription
- A general description of the AMI.RIProductDescription
,
RIProductDescription
SpotPrice.Builder spotPrice(String spotPrice)
The maximum price (bid) that you are willing to pay for a Spot instance.
spotPrice
- The maximum price (bid) that you are willing to pay for a Spot instance.SpotPrice.Builder timestamp(Instant timestamp)
The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
timestamp
- The date and time the request was created, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.