public static interface UpdateVpcAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcAttachmentRequest.Builder,UpdateVpcAttachmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcAttachmentRequest.Builder attachmentId(String attachmentId)
The ID of the attachment.
attachmentId - The ID of the attachment.UpdateVpcAttachmentRequest.Builder addSubnetArns(Collection<String> addSubnetArns)
Adds a subnet ARN to the VPC attachment.
addSubnetArns - Adds a subnet ARN to the VPC attachment.UpdateVpcAttachmentRequest.Builder addSubnetArns(String... addSubnetArns)
Adds a subnet ARN to the VPC attachment.
addSubnetArns - Adds a subnet ARN to the VPC attachment.UpdateVpcAttachmentRequest.Builder removeSubnetArns(Collection<String> removeSubnetArns)
Removes a subnet ARN from the attachment.
removeSubnetArns - Removes a subnet ARN from the attachment.UpdateVpcAttachmentRequest.Builder removeSubnetArns(String... removeSubnetArns)
Removes a subnet ARN from the attachment.
removeSubnetArns - Removes a subnet ARN from the attachment.UpdateVpcAttachmentRequest.Builder options(VpcOptions options)
Additional options for updating the VPC attachment.
options - Additional options for updating the VPC attachment.default UpdateVpcAttachmentRequest.Builder options(Consumer<VpcOptions.Builder> options)
Additional options for updating 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)UpdateVpcAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVpcAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.