SpotInstanceRequest |
SpotInstanceRequest.clone() |
|
SpotInstanceRequest |
SpotInstanceRequest.withActualBlockHourlyPrice(String actualBlockHourlyPrice) |
If you specified a duration and your Spot instance request was fulfilled,
this is the fixed hourly price in effect for the Spot instance while it
runs.
|
SpotInstanceRequest |
SpotInstanceRequest.withAvailabilityZoneGroup(String availabilityZoneGroup) |
The Availability Zone group.
|
SpotInstanceRequest |
SpotInstanceRequest.withBlockDurationMinutes(Integer blockDurationMinutes) |
The duration for the Spot instance, in minutes.
|
SpotInstanceRequest |
SpotInstanceRequest.withCreateTime(Date createTime) |
The date and time when the Spot instance request was created, in UTC
format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
SpotInstanceRequest |
SpotInstanceRequest.withFault(SpotInstanceStateFault fault) |
The fault codes for the Spot instance request, if any.
|
SpotInstanceRequest |
SpotInstanceRequest.withInstanceId(String instanceId) |
The instance ID, if an instance has been launched to fulfill the Spot
instance request.
|
SpotInstanceRequest |
SpotInstanceRequest.withLaunchedAvailabilityZone(String launchedAvailabilityZone) |
The Availability Zone in which the bid is launched.
|
SpotInstanceRequest |
SpotInstanceRequest.withLaunchGroup(String launchGroup) |
The instance launch group.
|
SpotInstanceRequest |
SpotInstanceRequest.withLaunchSpecification(LaunchSpecification launchSpecification) |
Additional information for launching instances.
|
SpotInstanceRequest |
SpotInstanceRequest.withProductDescription(RIProductDescription productDescription) |
The product description associated with the Spot instance.
|
SpotInstanceRequest |
SpotInstanceRequest.withProductDescription(String productDescription) |
The product description associated with the Spot instance.
|
SpotInstanceRequest |
SpotInstanceRequest.withSpotInstanceRequestId(String spotInstanceRequestId) |
The ID of the Spot instance request.
|
SpotInstanceRequest |
SpotInstanceRequest.withSpotPrice(String spotPrice) |
The maximum hourly price (bid) for the Spot instance launched to fulfill
the request.
|
SpotInstanceRequest |
SpotInstanceRequest.withState(SpotInstanceState state) |
The state of the Spot instance request.
|
SpotInstanceRequest |
SpotInstanceRequest.withState(String state) |
The state of the Spot instance request.
|
SpotInstanceRequest |
SpotInstanceRequest.withStatus(SpotInstanceStatus status) |
The status code and status message describing the Spot instance request.
|
SpotInstanceRequest |
SpotInstanceRequest.withTags(Tag... tags) |
Any tags assigned to the resource.
|
SpotInstanceRequest |
SpotInstanceRequest.withTags(Collection<Tag> tags) |
Any tags assigned to the resource.
|
SpotInstanceRequest |
SpotInstanceRequest.withType(SpotInstanceType type) |
The Spot instance request type.
|
SpotInstanceRequest |
SpotInstanceRequest.withType(String type) |
The Spot instance request type.
|
SpotInstanceRequest |
SpotInstanceRequest.withValidFrom(Date validFrom) |
The start date of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
SpotInstanceRequest |
SpotInstanceRequest.withValidUntil(Date validUntil) |
The end date of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|