public static interface DescribeSpotFleetRequestsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotFleetRequestsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeSpotFleetRequestsRequest.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeSpotFleetRequestsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSpotFleetRequestsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSpotFleetRequestsRequest.Builder |
spotFleetRequestIds(Collection<String> spotFleetRequestIds)
The IDs of the Spot Fleet requests.
|
DescribeSpotFleetRequestsRequest.Builder |
spotFleetRequestIds(String... spotFleetRequestIds)
The IDs of the Spot Fleet requests.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotFleetRequestsRequest.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.DescribeSpotFleetRequestsRequest.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.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.
spotFleetRequestIds - The IDs of the Spot Fleet requests.DescribeSpotFleetRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSpotFleetRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.