public static interface CancelConversionTaskRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CancelConversionTaskRequest.Builder,CancelConversionTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelConversionTaskRequest.Builder |
conversionTaskId(String conversionTaskId)
The ID of the conversion task.
|
CancelConversionTaskRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CancelConversionTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelConversionTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelConversionTaskRequest.Builder |
reasonMessage(String reasonMessage)
The reason for canceling the conversion task.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelConversionTaskRequest.Builder conversionTaskId(String conversionTaskId)
The ID of the conversion task.
conversionTaskId - The ID of the conversion task.CancelConversionTaskRequest.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.CancelConversionTaskRequest.Builder reasonMessage(String reasonMessage)
The reason for canceling the conversion task.
reasonMessage - The reason for canceling the conversion task.CancelConversionTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelConversionTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.