public static interface DescribeSpotFleetRequestsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestsResponse.Builder,DescribeSpotFleetRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotFleetRequestsResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeSpotFleetRequestsResponse.Builder |
spotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot Fleet.
|
DescribeSpotFleetRequestsResponse.Builder |
spotFleetRequestConfigs(Consumer<SpotFleetRequestConfig.Builder>... spotFleetRequestConfigs)
Information about the configuration of your Spot Fleet.
|
DescribeSpotFleetRequestsResponse.Builder |
spotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
Information about the configuration of your Spot Fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotFleetRequestsResponse.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.DescribeSpotFleetRequestsResponse.Builder spotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot Fleet.
spotFleetRequestConfigs - Information about the configuration of your Spot Fleet.DescribeSpotFleetRequestsResponse.Builder spotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
Information about the configuration of your Spot Fleet.
spotFleetRequestConfigs - Information about the configuration of your Spot Fleet.DescribeSpotFleetRequestsResponse.Builder spotFleetRequestConfigs(Consumer<SpotFleetRequestConfig.Builder>... spotFleetRequestConfigs)
Information about the configuration of your Spot Fleet.
This is a convenience method that creates an instance of theSpotFleetRequestConfig.Builder avoiding the need to create
one manually via SpotFleetRequestConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #spotFleetRequestConfigs(List.
spotFleetRequestConfigs - a consumer that will call methods on
SpotFleetRequestConfig.Builder#spotFleetRequestConfigs(java.util.Collection) Copyright © 2023. All rights reserved.