Uses of Interface
software.amazon.awssdk.services.ec2.model.VpnConcentrator.Builder
Packages that use VpnConcentrator.Builder
-
Uses of VpnConcentrator.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnConcentrator.BuilderModifier and TypeMethodDescriptionstatic VpnConcentrator.BuilderVpnConcentrator.builder()The current state of the VPN concentrator.VpnConcentrator.Builder.tags(Collection<Tag> tags) Any tags assigned to the VPN concentrator.VpnConcentrator.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the VPN concentrator.Any tags assigned to the VPN concentrator.VpnConcentrator.toBuilder()VpnConcentrator.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the transit gateway attachment for the VPN concentrator.VpnConcentrator.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway associated with the VPN concentrator.The type of VPN concentrator.VpnConcentrator.Builder.vpnConcentratorId(String vpnConcentratorId) The ID of the VPN concentrator.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnConcentrator.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpnConcentrator.Builder>VpnConcentrator.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnConcentrator.BuilderModifier and TypeMethodDescriptionCreateVpnConcentratorResponse.Builder.vpnConcentrator(Consumer<VpnConcentrator.Builder> vpnConcentrator) Information about the VPN concentrator.