public static interface DescribeVpnConnectionsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeVpnConnectionsResponse.Builder,DescribeVpnConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpnConnectionsResponse.Builder |
vpnConnections(Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
DescribeVpnConnectionsResponse.Builder |
vpnConnections(VpnConnection... vpnConnections)
Information about one or more VPN connections.
|
copyapply, buildDescribeVpnConnectionsResponse.Builder vpnConnections(Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
vpnConnections - Information about one or more VPN connections.DescribeVpnConnectionsResponse.Builder vpnConnections(VpnConnection... vpnConnections)
Information about one or more VPN connections.
vpnConnections - Information about one or more VPN connections.Copyright © 2017. All rights reserved.