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 include in another request to get the next page of items.
|
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 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.Copyright © 2023. All rights reserved.