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, sdkFields
copy
applyMutation, build
VpcClassicLink.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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
VpcClassicLink.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.Copyright © 2021. All rights reserved.