public static interface DetachClassicLinkVpcRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachClassicLinkVpcRequest.Builder |
instanceId(String 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.
|
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.Copyright © 2017. All rights reserved.