CopyableBuilder<DescribeSpotFleetRequestsResponse.Builder,DescribeSpotFleetRequestsResponse>, SdkBuilder<DescribeSpotFleetRequestsResponse.Builder,DescribeSpotFleetRequestsResponse>public static interface DescribeSpotFleetRequestsResponse.Builder extends CopyableBuilder<DescribeSpotFleetRequestsResponse.Builder,DescribeSpotFleetRequestsResponse>
| Modifier and Type | Method | 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.
|
copyapply, buildDescribeSpotFleetRequestsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSpotFleetRequestConfigs(java.util.Collection) or
#withSpotFleetRequestConfigs(java.util.Collection) if you want to override the existing values.
spotFleetRequestConfigs - Information about the configuration of your Spot fleet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.