| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpnConnection.Builder |
VpnConnection.builder() |
VpnConnection.Builder |
VpnConnection.Builder.customerGatewayConfiguration(String customerGatewayConfiguration)
The configuration information for the VPN connection's customer gateway (in the native XML format).
|
VpnConnection.Builder |
VpnConnection.Builder.customerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.options(VpnConnectionOptions options)
The VPN connection options.
|
VpnConnection.Builder |
VpnConnection.Builder.routes(Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.routes(VpnStaticRoute... routes)
The static routes associated with the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.state(String state)
The current state of the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.state(VpnState state)
The current state of the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.tags(Collection<Tag> tags)
Any tags assigned to the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.tags(Tag... tags)
Any tags assigned to the VPN connection.
|
VpnConnection.Builder |
VpnConnection.toBuilder() |
VpnConnection.Builder |
VpnConnection.Builder.type(GatewayType type)
The type of VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.type(String type)
The type of VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.vgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection.Builder |
VpnConnection.Builder.vgwTelemetry(VgwTelemetry... vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection.Builder |
VpnConnection.Builder.vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpnConnection.Builder> |
VpnConnection.serializableBuilderClass() |
Copyright © 2017. All rights reserved.