public static interface CancelSpotInstanceRequestsResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<CancelSpotInstanceRequestsResponse.Builder,CancelSpotInstanceRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelSpotInstanceRequestsResponse.Builder |
cancelledSpotInstanceRequests(CancelledSpotInstanceRequest... cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
CancelSpotInstanceRequestsResponse.Builder |
cancelledSpotInstanceRequests(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
One or more Spot instance requests.
|
buildCancelSpotInstanceRequestsResponse.Builder cancelledSpotInstanceRequests(Collection<CancelledSpotInstanceRequest> cancelledSpotInstanceRequests)
One or more Spot instance requests.
cancelledSpotInstanceRequests - One or more Spot instance requests.CancelSpotInstanceRequestsResponse.Builder cancelledSpotInstanceRequests(CancelledSpotInstanceRequest... cancelledSpotInstanceRequests)
One or more Spot instance requests.
cancelledSpotInstanceRequests - One or more Spot instance requests.Copyright © 2018. All rights reserved.