CopyableBuilder<VpcClassicLink.Builder,VpcClassicLink>, SdkBuilder<VpcClassicLink.Builder,VpcClassicLink>public static interface VpcClassicLink.Builder extends CopyableBuilder<VpcClassicLink.Builder,VpcClassicLink>
| Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
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.