public static interface DescribeSpotFleetInstancesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetInstancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeSpotFleetInstancesRequest.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeSpotFleetInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSpotFleetInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSpotFleetInstancesRequest.Builder |
spotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeSpotFleetInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.DescribeSpotFleetInstancesRequest.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when
there are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.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)
overrideConfiguration
in interface AwsRequest.Builder
DescribeSpotFleetInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.