Uses of Interface
software.amazon.awssdk.services.ec2.model.VpnConnectionOptionsSpecification.Builder
Packages that use VpnConnectionOptionsSpecification.Builder
-
Uses of VpnConnectionOptionsSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnConnectionOptionsSpecification.BuilderModifier and TypeMethodDescriptionVpnConnectionOptionsSpecification.builder()VpnConnectionOptionsSpecification.Builder.enableAcceleration(Boolean enableAcceleration) Indicate whether to enable acceleration for the VPN connection.VpnConnectionOptionsSpecification.Builder.localIpv4NetworkCidr(String localIpv4NetworkCidr) The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.VpnConnectionOptionsSpecification.Builder.localIpv6NetworkCidr(String localIpv6NetworkCidr) The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.VpnConnectionOptionsSpecification.Builder.outsideIpAddressType(String outsideIpAddressType) The type of IP address assigned to the outside interface of the customer gateway device.VpnConnectionOptionsSpecification.Builder.remoteIpv4NetworkCidr(String remoteIpv4NetworkCidr) The IPv4 CIDR on the Amazon Web Services side of the VPN connection.VpnConnectionOptionsSpecification.Builder.remoteIpv6NetworkCidr(String remoteIpv6NetworkCidr) The IPv6 CIDR on the Amazon Web Services side of the VPN connection.VpnConnectionOptionsSpecification.Builder.staticRoutesOnly(Boolean staticRoutesOnly) Indicate whether the VPN connection uses static routes only.VpnConnectionOptionsSpecification.toBuilder()VpnConnectionOptionsSpecification.Builder.transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) The transit gateway attachment ID to use for the VPN tunnel.VpnConnectionOptionsSpecification.Builder.tunnelBandwidth(String tunnelBandwidth) The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity.VpnConnectionOptionsSpecification.Builder.tunnelBandwidth(VpnTunnelBandwidth tunnelBandwidth) The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity.VpnConnectionOptionsSpecification.Builder.tunnelInsideIpVersion(String tunnelInsideIpVersion) Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.VpnConnectionOptionsSpecification.Builder.tunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion) Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.VpnConnectionOptionsSpecification.Builder.tunnelOptions(Collection<VpnTunnelOptionsSpecification> tunnelOptions) The tunnel options for the VPN connection.VpnConnectionOptionsSpecification.Builder.tunnelOptions(Consumer<VpnTunnelOptionsSpecification.Builder>... tunnelOptions) The tunnel options for the VPN connection.VpnConnectionOptionsSpecification.Builder.tunnelOptions(VpnTunnelOptionsSpecification... tunnelOptions) The tunnel options for the VPN connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnConnectionOptionsSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpnConnectionOptionsSpecification.Builder>VpnConnectionOptionsSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnConnectionOptionsSpecification.BuilderModifier and TypeMethodDescriptionCreateVpnConnectionRequest.Builder.options(Consumer<VpnConnectionOptionsSpecification.Builder> options) The options for the VPN connection.