@Generated(value="software.amazon.awssdk:codegen") public class SpotFleetRequestConfig extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
Describes a Spot fleet request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpotFleetRequestConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activityStatus()
The progress of the Spot fleet request.
|
static SpotFleetRequestConfig.Builder |
builder() |
Instant |
createTime()
The creation date and time of the request.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends SpotFleetRequestConfig.Builder> |
serializableBuilderClass() |
SpotFleetRequestConfigData |
spotFleetRequestConfig()
Information about the configuration of the Spot fleet request.
|
String |
spotFleetRequestId()
The ID of the Spot fleet request.
|
String |
spotFleetRequestState()
The state of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
toBuilder() |
String |
toString() |
public String activityStatus()
The progress of the Spot fleet request. If there is an error, the status is error. After all bids
are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than
its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is
pending_termination while Spot instances are terminating.
error. After all
bids are placed, the status is pending_fulfillment. If the size of the fleet is equal to or
greater than its target capacity, the status is fulfilled. If the size of the fleet is
decreased, the status is pending_termination while Spot instances are terminating.ActivityStatuspublic Instant createTime()
The creation date and time of the request.
public SpotFleetRequestConfigData spotFleetRequestConfig()
Information about the configuration of the Spot fleet request.
public String spotFleetRequestId()
The ID of the Spot fleet request.
public String spotFleetRequestState()
The state of the Spot fleet request.
BatchStatepublic SpotFleetRequestConfig.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>public static SpotFleetRequestConfig.Builder builder()
public static Class<? extends SpotFleetRequestConfig.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.