@Generated(value="software.amazon.awssdk:codegen") public class SpotPrice extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<SpotPrice.Builder,SpotPrice>
Describes the maximum hourly price (bid) for any Spot instance launched to fulfill the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpotPrice.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone.
|
static SpotPrice.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
instanceType()
The instance type.
|
String |
productDescription()
A general description of the AMI.
|
static Class<? extends SpotPrice.Builder> |
serializableBuilderClass() |
String |
spotPrice()
The maximum price (bid) that you are willing to pay for a Spot instance.
|
Instant |
timestamp()
The date and time the request was created, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
SpotPrice.Builder |
toBuilder() |
String |
toString() |
public String availabilityZone()
The Availability Zone.
public String instanceType()
The instance type. Note that T2 and HS1 instance types are not supported.
InstanceTypepublic String productDescription()
A general description of the AMI.
RIProductDescriptionpublic String spotPrice()
The maximum price (bid) that you are willing to pay for a Spot instance.
public Instant timestamp()
The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
public SpotPrice.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<SpotPrice.Builder,SpotPrice>public static SpotPrice.Builder builder()
public static Class<? extends SpotPrice.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.