CopyableBuilder<SpotPrice.Builder,SpotPrice>
, SdkBuilder<SpotPrice.Builder,SpotPrice>
public static interface SpotPrice.Builder extends CopyableBuilder<SpotPrice.Builder,SpotPrice>
Modifier and Type | Method | Description |
---|---|---|
SpotPrice.Builder |
availabilityZone(String availabilityZone) |
The Availability Zone.
|
SpotPrice.Builder |
instanceType(String instanceType) |
The instance type.
|
SpotPrice.Builder |
instanceType(InstanceType instanceType) |
The instance type.
|
SpotPrice.Builder |
productDescription(String productDescription) |
A general description of the AMI.
|
SpotPrice.Builder |
productDescription(RIProductDescription 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(Date timestamp) |
The date and time the request was created, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
copy
apply, 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
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
SpotPrice.Builder productDescription(String productDescription)
A general description of the AMI.
productDescription
- A general description of the AMI.RIProductDescription
SpotPrice.Builder productDescription(RIProductDescription productDescription)
A general description of the AMI.
productDescription
- A general description of the AMI.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(Date 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.