CopyableBuilder<DescribeSpotFleetInstancesResponse.Builder,DescribeSpotFleetInstancesResponse>
, SdkBuilder<DescribeSpotFleetInstancesResponse.Builder,DescribeSpotFleetInstancesResponse>
public static interface DescribeSpotFleetInstancesResponse.Builder extends CopyableBuilder<DescribeSpotFleetInstancesResponse.Builder,DescribeSpotFleetInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeSpotFleetInstancesResponse.Builder |
activeInstances(Collection<ActiveInstance> activeInstances) |
The running instances.
|
DescribeSpotFleetInstancesResponse.Builder |
activeInstances(ActiveInstance... activeInstances) |
The running instances.
|
DescribeSpotFleetInstancesResponse.Builder |
nextToken(String nextToken) |
The token required to retrieve the next set of results.
|
DescribeSpotFleetInstancesResponse.Builder |
spotFleetRequestId(String spotFleetRequestId) |
The ID of the Spot fleet request.
|
copy
apply, build
DescribeSpotFleetInstancesResponse.Builder activeInstances(Collection<ActiveInstance> activeInstances)
The running instances. Note that this list is refreshed periodically and might be out of date.
activeInstances
- The running instances. Note that this list is refreshed periodically and might be out of date.DescribeSpotFleetInstancesResponse.Builder activeInstances(ActiveInstance... activeInstances)
The running instances. Note that this list is refreshed periodically and might be out of date.
NOTE: This method appends the values to the existing list (if any). Use
#setActiveInstances(java.util.Collection)
or #withActiveInstances(java.util.Collection)
if
you want to override the existing values.
activeInstances
- The running instances. Note that this list is refreshed periodically and might be out of date.DescribeSpotFleetInstancesResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null
when there are no
more results to return.
nextToken
- The token required to retrieve the next set of results. This value is null
when there are
no more results to return.DescribeSpotFleetInstancesResponse.Builder spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.