| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpnConnection.Builder |
VpnConnection.builder() |
VpnConnection.Builder |
VpnConnection.Builder.category(String category)
The category of the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.coreNetworkArn(String coreNetworkArn)
The ARN of the core network.
|
VpnConnection.Builder |
VpnConnection.Builder.coreNetworkAttachmentArn(String coreNetworkAttachmentArn)
The ARN of the core network attachment.
|
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.gatewayAssociationState(GatewayAssociationState gatewayAssociationState)
The current state of the gateway association.
|
VpnConnection.Builder |
VpnConnection.Builder.gatewayAssociationState(String gatewayAssociationState)
The current state of the gateway association.
|
default VpnConnection.Builder |
VpnConnection.Builder.options(Consumer<VpnConnectionOptions.Builder> options)
The VPN connection options.
|
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(Consumer<VpnStaticRoute.Builder>... 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(Consumer<Tag.Builder>... 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.transitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
|
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(Consumer<VgwTelemetry.Builder>... 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 Amazon Web Services side of the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpnConnection.Builder> |
VpnConnection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpnTunnelOptionsResponse.Builder |
ModifyVpnTunnelOptionsResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Sets the value of the VpnConnection property for this object.
|
default CreateVpnConnectionResponse.Builder |
CreateVpnConnectionResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Information about the VPN connection.
|
default ModifyVpnTunnelCertificateResponse.Builder |
ModifyVpnTunnelCertificateResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Sets the value of the VpnConnection property for this object.
|
default ModifyVpnConnectionResponse.Builder |
ModifyVpnConnectionResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Sets the value of the VpnConnection property for this object.
|
default ModifyVpnConnectionOptionsResponse.Builder |
ModifyVpnConnectionOptionsResponse.Builder.vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Sets the value of the VpnConnection property for this object.
|
Copyright © 2022. All rights reserved.