public static interface DescribeSpotFleetRequestsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeSpotFleetRequestsResponse.Builder,DescribeSpotFleetRequestsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestsResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeSpotFleetRequestsResponse.Builder |
spotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
DescribeSpotFleetRequestsResponse.Builder |
spotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
build
copy
apply, build
DescribeSpotFleetRequestsResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null
when there are no
more results to return.
nextToken
- The token required to retrieve the next set of results. This value is null
when there are
no more results 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.