Uses of Interface
software.amazon.awssdk.services.ec2.model.VpnGateway.Builder
Packages that use VpnGateway.Builder
-
Uses of VpnGateway.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnGateway.BuilderModifier and TypeMethodDescriptionVpnGateway.Builder.amazonSideAsn(Long amazonSideAsn) The private Autonomous System Number (ASN) for the Amazon side of a BGP session.VpnGateway.Builder.availabilityZone(String availabilityZone) The Availability Zone where the virtual private gateway was created, if applicable.static VpnGateway.BuilderVpnGateway.builder()The current state of the virtual private gateway.The current state of the virtual private gateway.VpnGateway.Builder.tags(Collection<Tag> tags) Any tags assigned to the virtual private gateway.VpnGateway.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the virtual private gateway.Any tags assigned to the virtual private gateway.VpnGateway.toBuilder()The type of VPN connection the virtual private gateway supports.VpnGateway.Builder.type(GatewayType type) The type of VPN connection the virtual private gateway supports.VpnGateway.Builder.vpcAttachments(Collection<VpcAttachment> vpcAttachments) Any VPCs attached to the virtual private gateway.VpnGateway.Builder.vpcAttachments(Consumer<VpcAttachment.Builder>... vpcAttachments) Any VPCs attached to the virtual private gateway.VpnGateway.Builder.vpcAttachments(VpcAttachment... vpcAttachments) Any VPCs attached to the virtual private gateway.VpnGateway.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnGateway.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpnGateway.Builder>VpnGateway.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnGateway.BuilderModifier and TypeMethodDescriptiondefault CreateVpnGatewayResponse.BuilderCreateVpnGatewayResponse.Builder.vpnGateway(Consumer<VpnGateway.Builder> vpnGateway) Information about the virtual private gateway.