public static interface DescribeSpotFleetRequestsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotFleetRequestsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DescribeSpotFleetRequestsRequest.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.