public static interface VpcClassicLink.Builder extends CopyableBuilder<VpcClassicLink.Builder,VpcClassicLink>
| Modifier and Type | Method and Description |
|---|---|
VpcClassicLink.Builder |
classicLinkEnabled(Boolean classicLinkEnabled)
Indicates whether the VPC is enabled for ClassicLink.
|
VpcClassicLink.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the VPC.
|
VpcClassicLink.Builder |
tags(Tag... tags)
Any tags assigned to the VPC.
|
VpcClassicLink.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
copyapply, buildVpcClassicLink.Builder classicLinkEnabled(Boolean classicLinkEnabled)
Indicates whether the VPC is enabled for ClassicLink.
classicLinkEnabled - Indicates whether the VPC is enabled for ClassicLink.VpcClassicLink.Builder tags(Collection<Tag> tags)
Any tags assigned to the VPC.
tags - Any tags assigned to the VPC.VpcClassicLink.Builder tags(Tag... tags)
Any tags assigned to the VPC.
tags - Any tags assigned to the VPC.VpcClassicLink.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.