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