public static interface DescribeVpnConnectionsResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
DescribeVpnConnectionsResponse.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 Amazon Web Services, Inc. All Rights Reserved.