public static interface VpnConnectionOptionsSpecification.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<VpnConnectionOptionsSpecification.Builder,VpnConnectionOptionsSpecification>
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionOptionsSpecification.Builder |
staticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.
|
VpnConnectionOptionsSpecification.Builder staticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.
staticRoutesOnly - Indicates whether the VPN connection uses static routes only. Static routes must be used for devices
that don't support BGP.Copyright © 2017. All rights reserved.