public static interface DetachClassicLinkVpcRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachClassicLinkVpcRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DetachClassicLinkVpcRequest.Builder |
instanceId(String instanceId)
The ID of the instance to unlink from the VPC.
|
DetachClassicLinkVpcRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachClassicLinkVpcRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetachClassicLinkVpcRequest.Builder |
vpcId(String vpcId)
The ID of the VPC to which the instance is linked.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachClassicLinkVpcRequest.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.DetachClassicLinkVpcRequest.Builder instanceId(String instanceId)
The ID of the instance to unlink from the VPC.
instanceId - The ID of the instance to unlink from the VPC.DetachClassicLinkVpcRequest.Builder vpcId(String vpcId)
The ID of the VPC to which the instance is linked.
vpcId - The ID of the VPC to which the instance is linked.DetachClassicLinkVpcRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachClassicLinkVpcRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.