public static interface SpotPrice.Builder extends SdkPojo, 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 per hour 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).
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SpotPrice.Builder availabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone
- The Availability Zone.SpotPrice.Builder instanceType(String instanceType)
The instance type.
instanceType
- The instance type.InstanceType
,
InstanceType
SpotPrice.Builder instanceType(InstanceType instanceType)
The instance type.
instanceType
- The instance type.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 per hour that you are willing to pay for a Spot Instance.
spotPrice
- The maximum price per hour 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 © 2022. All rights reserved.