public static interface SpotFleetRequestConfig.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
| Modifier and Type | Method and Description |
|---|---|
SpotFleetRequestConfig.Builder |
activityStatus(ActivityStatus activityStatus)
The progress of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
activityStatus(String activityStatus)
The progress of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
createTime(Instant createTime)
The creation date and time of the request.
|
SpotFleetRequestConfig.Builder |
spotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
Information about the configuration of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
spotFleetRequestState(BatchState spotFleetRequestState)
The state of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
spotFleetRequestState(String spotFleetRequestState)
The state of the Spot fleet request.
|
SpotFleetRequestConfig.Builder activityStatus(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.
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.ActivityStatus,
ActivityStatusSpotFleetRequestConfig.Builder activityStatus(ActivityStatus 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.
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.ActivityStatus,
ActivityStatusSpotFleetRequestConfig.Builder createTime(Instant createTime)
The creation date and time of the request.
createTime - The creation date and time of the request.SpotFleetRequestConfig.Builder spotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
Information about the configuration of the Spot fleet request.
spotFleetRequestConfig - Information about the configuration of the Spot fleet request.SpotFleetRequestConfig.Builder spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId - The ID of the Spot fleet request.SpotFleetRequestConfig.Builder spotFleetRequestState(String spotFleetRequestState)
The state of the Spot fleet request.
spotFleetRequestState - The state of the Spot fleet request.BatchState,
BatchStateSpotFleetRequestConfig.Builder spotFleetRequestState(BatchState spotFleetRequestState)
The state of the Spot fleet request.
spotFleetRequestState - The state of the Spot fleet request.BatchState,
BatchStateCopyright © 2017. All rights reserved.