CopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
, SdkBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
public static interface DetachClassicLinkVpcRequest.Builder extends CopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.