CopyableBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
, SdkBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
public static interface DescribeSpotFleetInstancesRequest.Builder extends CopyableBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeSpotFleetInstancesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
DescribeSpotFleetInstancesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of results.
|
DescribeSpotFleetInstancesRequest.Builder |
spotFleetRequestId(String spotFleetRequestId) |
The ID of the Spot fleet request.
|
copy
apply, build
DescribeSpotFleetInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default
value is 1000. To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in a single call. Specify a value between 1 and 1000. The
default value is 1000. To retrieve the remaining results, make another call with the returned
NextToken
value.DescribeSpotFleetInstancesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.DescribeSpotFleetInstancesRequest.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.