public static interface CancelCapacityReservationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CancelCapacityReservationRequest.Builder,CancelCapacityReservationRequest>
Modifier and Type | Method and Description |
---|---|
CancelCapacityReservationRequest.Builder |
capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation to be cancelled.
|
CancelCapacityReservationRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CancelCapacityReservationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelCapacityReservationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelCapacityReservationRequest.Builder capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation to be cancelled.
capacityReservationId
- The ID of the Capacity Reservation to be cancelled.CancelCapacityReservationRequest.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
.CancelCapacityReservationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CancelCapacityReservationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.