public static interface DescribeSpotFleetInstancesRequest.Builder extends Ec2Request.Builder, CopyableBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeSpotFleetInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeSpotFleetInstancesRequest.Builder |
spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
build
overrideConfiguration
copy
applyMutation, 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.DescribeSpotFleetInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeSpotFleetInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.