CopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
, SdkBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
public static interface DescribeSpotFleetRequestsRequest.Builder extends CopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeSpotFleetRequestsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
DescribeSpotFleetRequestsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of results.
|
DescribeSpotFleetRequestsRequest.Builder |
spotFleetRequestIds(String... spotFleetRequestIds) |
The IDs of the Spot fleet requests.
|
DescribeSpotFleetRequestsRequest.Builder |
spotFleetRequestIds(Collection<String> spotFleetRequestIds) |
The IDs of the Spot fleet requests.
|
copy
apply, build
DescribeSpotFleetRequestsRequest.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.DescribeSpotFleetRequestsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.DescribeSpotFleetRequestsRequest.Builder spotFleetRequestIds(Collection<String> spotFleetRequestIds)
The IDs of the Spot fleet requests.
spotFleetRequestIds
- The IDs of the Spot fleet requests.DescribeSpotFleetRequestsRequest.Builder spotFleetRequestIds(String... spotFleetRequestIds)
The IDs of the Spot fleet requests.
NOTE: This method appends the values to the existing list (if any). Use
#setSpotFleetRequestIds(java.util.Collection)
or
#withSpotFleetRequestIds(java.util.Collection)
if you want to override the existing values.
spotFleetRequestIds
- The IDs of the Spot fleet requests.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.