public static interface DescribeSpotInstanceRequestsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSpotInstanceRequestsResponse.Builder,DescribeSpotInstanceRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotInstanceRequestsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results.
|
DescribeSpotInstanceRequestsResponse.Builder |
spotInstanceRequests(Collection<SpotInstanceRequest> spotInstanceRequests)
One or more Spot Instance requests.
|
DescribeSpotInstanceRequestsResponse.Builder |
spotInstanceRequests(Consumer<SpotInstanceRequest.Builder>... spotInstanceRequests)
One or more Spot Instance requests.
|
DescribeSpotInstanceRequestsResponse.Builder |
spotInstanceRequests(SpotInstanceRequest... spotInstanceRequests)
One or more Spot Instance requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSpotInstanceRequestsResponse.Builder spotInstanceRequests(Collection<SpotInstanceRequest> spotInstanceRequests)
One or more Spot Instance requests.
spotInstanceRequests - One or more Spot Instance requests.DescribeSpotInstanceRequestsResponse.Builder spotInstanceRequests(SpotInstanceRequest... spotInstanceRequests)
One or more Spot Instance requests.
spotInstanceRequests - One or more Spot Instance requests.DescribeSpotInstanceRequestsResponse.Builder spotInstanceRequests(Consumer<SpotInstanceRequest.Builder>... spotInstanceRequests)
One or more Spot Instance requests.
This is a convenience method that creates an instance of theSpotInstanceRequest.Builder avoiding the need to create one
manually via SpotInstanceRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #spotInstanceRequests(List.
spotInstanceRequests - a consumer that will call methods on
SpotInstanceRequest.Builder#spotInstanceRequests(java.util.Collection) DescribeSpotInstanceRequestsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next set of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.