ToCopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
@Generated("software.amazon.awssdk:codegen") public class SpotFleetRequestConfig extends Object implements ToCopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
Describes a Spot fleet request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SpotFleetRequestConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
activityStatus() |
The progress of the Spot fleet request.
|
static SpotFleetRequestConfig.Builder |
builder() |
|
Date |
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.ActivityStatus
public Date 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.
BatchState
public SpotFleetRequestConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
public static SpotFleetRequestConfig.Builder builder()
public static Class<? extends SpotFleetRequestConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.