public static interface CancelSpotInstanceRequestsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CancelSpotInstanceRequestsRequest.Builder,CancelSpotInstanceRequestsRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelSpotInstanceRequestsRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CancelSpotInstanceRequestsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelSpotInstanceRequestsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelSpotInstanceRequestsRequest.Builder |
spotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
The IDs of the Spot Instance requests.
|
CancelSpotInstanceRequestsRequest.Builder |
spotInstanceRequestIds(String... spotInstanceRequestIds)
The IDs of the Spot Instance requests.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelSpotInstanceRequestsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CancelSpotInstanceRequestsRequest.Builder spotInstanceRequestIds(Collection<String> spotInstanceRequestIds)
The IDs of the Spot Instance requests.
spotInstanceRequestIds - The IDs of the Spot Instance requests.CancelSpotInstanceRequestsRequest.Builder spotInstanceRequestIds(String... spotInstanceRequestIds)
The IDs of the Spot Instance requests.
spotInstanceRequestIds - The IDs of the Spot Instance requests.CancelSpotInstanceRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelSpotInstanceRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.