public static interface VpcClassicLink.Builder extends SdkPojo, 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(Consumer<Tag.Builder>... 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the VPC.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) VpcClassicLink.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2023. All rights reserved.