public static interface VpcAttachment.Builder extends SdkPojo, CopyableBuilder<VpcAttachment.Builder,VpcAttachment>
| Modifier and Type | Method and Description |
|---|---|
VpcAttachment.Builder |
attachment(Attachment attachment)
Provides details about the VPC attachment.
|
default VpcAttachment.Builder |
attachment(Consumer<Attachment.Builder> attachment)
Provides details about the VPC attachment.
|
default VpcAttachment.Builder |
options(Consumer<VpcOptions.Builder> options)
Provides details about the VPC attachment.
|
VpcAttachment.Builder |
options(VpcOptions options)
Provides details about the VPC attachment.
|
VpcAttachment.Builder |
subnetArns(Collection<String> subnetArns)
The subnet ARNs.
|
VpcAttachment.Builder |
subnetArns(String... subnetArns)
The subnet ARNs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcAttachment.Builder attachment(Attachment attachment)
Provides details about the VPC attachment.
attachment - Provides details about the VPC attachment.default VpcAttachment.Builder attachment(Consumer<Attachment.Builder> attachment)
Provides details about the VPC attachment.
This is a convenience method that creates an instance of theAttachment.Builder avoiding the need to
create one manually via Attachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to attachment(Attachment).
attachment - a consumer that will call methods on Attachment.Builderattachment(Attachment)VpcAttachment.Builder subnetArns(Collection<String> subnetArns)
The subnet ARNs.
subnetArns - The subnet ARNs.VpcAttachment.Builder subnetArns(String... subnetArns)
The subnet ARNs.
subnetArns - The subnet ARNs.VpcAttachment.Builder options(VpcOptions options)
Provides details about the VPC attachment.
options - Provides details about the VPC attachment.default VpcAttachment.Builder options(Consumer<VpcOptions.Builder> options)
Provides details about the VPC attachment.
This is a convenience method that creates an instance of theVpcOptions.Builder avoiding the need to
create one manually via VpcOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to options(VpcOptions).
options - a consumer that will call methods on VpcOptions.Builderoptions(VpcOptions)Copyright © 2022. All rights reserved.