Uses of Interface
software.amazon.awssdk.services.ec2.model.InternetGateway.Builder
Packages that use InternetGateway.Builder
-
Uses of InternetGateway.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InternetGateway.BuilderModifier and TypeMethodDescriptionInternetGateway.Builder.attachments(Collection<InternetGatewayAttachment> attachments) Any VPCs attached to the internet gateway.InternetGateway.Builder.attachments(Consumer<InternetGatewayAttachment.Builder>... attachments) Any VPCs attached to the internet gateway.InternetGateway.Builder.attachments(InternetGatewayAttachment... attachments) Any VPCs attached to the internet gateway.static InternetGateway.BuilderInternetGateway.builder()InternetGateway.Builder.internetGatewayId(String internetGatewayId) The ID of the internet gateway.The ID of the Amazon Web Services account that owns the internet gateway.InternetGateway.Builder.tags(Collection<Tag> tags) Any tags assigned to the internet gateway.InternetGateway.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the internet gateway.Any tags assigned to the internet gateway.InternetGateway.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InternetGateway.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InternetGateway.Builder>InternetGateway.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InternetGateway.BuilderModifier and TypeMethodDescriptionCreateInternetGatewayResponse.Builder.internetGateway(Consumer<InternetGateway.Builder> internetGateway) Information about the internet gateway.