CopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
, SdkBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
public static interface SpotFleetRequestConfig.Builder extends CopyableBuilder<SpotFleetRequestConfig.Builder,SpotFleetRequestConfig>
Modifier and Type | Method | Description |
---|---|---|
SpotFleetRequestConfig.Builder |
activityStatus(String activityStatus) |
The progress of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
activityStatus(ActivityStatus activityStatus) |
The progress of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
createTime(Date 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(String spotFleetRequestState) |
The state of the Spot fleet request.
|
SpotFleetRequestConfig.Builder |
spotFleetRequestState(BatchState spotFleetRequestState) |
The state of the Spot fleet request.
|
copy
apply, build
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
SpotFleetRequestConfig.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
SpotFleetRequestConfig.Builder createTime(Date 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
SpotFleetRequestConfig.Builder spotFleetRequestState(BatchState spotFleetRequestState)
The state of the Spot fleet request.
spotFleetRequestState
- The state of the Spot fleet request.BatchState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.