Uses of Interface
software.amazon.awssdk.services.ec2.model.VpnConnection.Builder
Packages that use VpnConnection.Builder
-
Uses of VpnConnection.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnConnection.BuilderModifier and TypeMethodDescriptionstatic VpnConnection.BuilderVpnConnection.builder()The category of the VPN connection.VpnConnection.Builder.coreNetworkArn(String coreNetworkArn) The ARN of the core network.VpnConnection.Builder.coreNetworkAttachmentArn(String coreNetworkAttachmentArn) The ARN of the core network attachment.VpnConnection.Builder.customerGatewayConfiguration(String customerGatewayConfiguration) The configuration information for the VPN connection's customer gateway (in the native XML format).VpnConnection.Builder.customerGatewayId(String customerGatewayId) The ID of the customer gateway at your end of the VPN connection.VpnConnection.Builder.gatewayAssociationState(String gatewayAssociationState) The current state of the gateway association.VpnConnection.Builder.gatewayAssociationState(GatewayAssociationState gatewayAssociationState) The current state of the gateway association.default VpnConnection.BuilderVpnConnection.Builder.options(Consumer<VpnConnectionOptions.Builder> options) The VPN connection options.VpnConnection.Builder.options(VpnConnectionOptions options) The VPN connection options.VpnConnection.Builder.preSharedKeyArn(String preSharedKeyArn) The Amazon Resource Name (ARN) of the Secrets Manager secret storing the pre-shared key(s) for the VPN connection.VpnConnection.Builder.routes(Collection<VpnStaticRoute> routes) The static routes associated with the VPN connection.VpnConnection.Builder.routes(Consumer<VpnStaticRoute.Builder>... routes) The static routes associated with the VPN connection.VpnConnection.Builder.routes(VpnStaticRoute... routes) The static routes associated with the VPN connection.The current state of the VPN connection.The current state of the VPN connection.VpnConnection.Builder.tags(Collection<Tag> tags) Any tags assigned to the VPN connection.VpnConnection.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the VPN connection.Any tags assigned to the VPN connection.VpnConnection.toBuilder()VpnConnection.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway associated with the VPN connection.The type of VPN connection.VpnConnection.Builder.type(GatewayType type) The type of VPN connection.VpnConnection.Builder.vgwTelemetry(Collection<VgwTelemetry> vgwTelemetry) Information about the VPN tunnel.VpnConnection.Builder.vgwTelemetry(Consumer<VgwTelemetry.Builder>... vgwTelemetry) Information about the VPN tunnel.VpnConnection.Builder.vgwTelemetry(VgwTelemetry... vgwTelemetry) Information about the VPN tunnel.VpnConnection.Builder.vpnConcentratorId(String vpnConcentratorId) The ID of the VPN concentrator associated with the VPN connection.VpnConnection.Builder.vpnConnectionId(String vpnConnectionId) The ID of the VPN connection.VpnConnection.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnConnection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpnConnection.Builder>VpnConnection.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnConnection.BuilderModifier and TypeMethodDescriptionCreateVpnConnectionResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection) Information about the VPN connection.ModifyVpnConnectionOptionsResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection) Information about the VPN connection.ModifyVpnConnectionResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection) Information about the VPN connection.ModifyVpnTunnelCertificateResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection) Information about the VPN connection.ModifyVpnTunnelOptionsResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection) Information about the VPN connection.