Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateTransitGatewayVpcAttachmentRequest.Builder
Packages that use CreateTransitGatewayVpcAttachmentRequest.Builder
Package
Description
-
Uses of CreateTransitGatewayVpcAttachmentRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateTransitGatewayVpcAttachmentRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest) Attaches the specified VPC to the specified transit gateway.Ec2Client.createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest) Attaches the specified VPC to the specified transit gateway. -
Uses of CreateTransitGatewayVpcAttachmentRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateTransitGatewayVpcAttachmentRequest.BuilderModifier and TypeMethodDescriptionCreateTransitGatewayVpcAttachmentRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateTransitGatewayVpcAttachmentRequest.Builder.options(Consumer<CreateTransitGatewayVpcAttachmentRequestOptions.Builder> options) The VPC attachment options.CreateTransitGatewayVpcAttachmentRequest.Builder.options(CreateTransitGatewayVpcAttachmentRequestOptions options) The VPC attachment options.CreateTransitGatewayVpcAttachmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTransitGatewayVpcAttachmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of one or more subnets.CreateTransitGatewayVpcAttachmentRequest.Builder.subnetIds(Collection<String> subnetIds) The IDs of one or more subnets.CreateTransitGatewayVpcAttachmentRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the VPC attachment.CreateTransitGatewayVpcAttachmentRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the VPC attachment.CreateTransitGatewayVpcAttachmentRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the VPC attachment.CreateTransitGatewayVpcAttachmentRequest.toBuilder()CreateTransitGatewayVpcAttachmentRequest.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateTransitGatewayVpcAttachmentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTransitGatewayVpcAttachmentRequest.Builder>CreateTransitGatewayVpcAttachmentRequest.serializableBuilderClass()