public static interface ConfirmProductInstanceRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ConfirmProductInstanceRequest.Builder,ConfirmProductInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
ConfirmProductInstanceRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ConfirmProductInstanceRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ConfirmProductInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConfirmProductInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ConfirmProductInstanceRequest.Builder |
productCode(String productCode)
The product code.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConfirmProductInstanceRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.ConfirmProductInstanceRequest.Builder productCode(String productCode)
The product code. This must be a product code that you own.
productCode - The product code. This must be a product code that you own.ConfirmProductInstanceRequest.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.ConfirmProductInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConfirmProductInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.