public static interface CreateVpcAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcAttachmentRequest.Builder,CreateVpcAttachmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcAttachmentRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network for the VPC attachment.
coreNetworkId - The ID of a core network for the VPC attachment.CreateVpcAttachmentRequest.Builder vpcArn(String vpcArn)
The ARN of the VPC.
vpcArn - The ARN of the VPC.CreateVpcAttachmentRequest.Builder subnetArns(Collection<String> subnetArns)
The subnet ARN of the VPC attachment.
subnetArns - The subnet ARN of the VPC attachment.CreateVpcAttachmentRequest.Builder subnetArns(String... subnetArns)
The subnet ARN of the VPC attachment.
subnetArns - The subnet ARN of the VPC attachment.CreateVpcAttachmentRequest.Builder options(VpcOptions options)
Options for the VPC attachment.
options - Options for the VPC attachment.default CreateVpcAttachmentRequest.Builder options(Consumer<VpcOptions.Builder> options)
Options for 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)CreateVpcAttachmentRequest.Builder tags(Collection<Tag> tags)
The key-value tags associated with the request.
tags - The key-value tags associated with the request.CreateVpcAttachmentRequest.Builder tags(Tag... tags)
The key-value tags associated with the request.
tags - The key-value tags associated with the request.CreateVpcAttachmentRequest.Builder tags(Consumer<Tag.Builder>... tags)
The key-value tags associated with the request.
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) CreateVpcAttachmentRequest.Builder clientToken(String clientToken)
The client token associated with the request.
clientToken - The client token associated with the request.CreateVpcAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.