CopyableBuilder<DescribeVpnConnectionsResponse.Builder,DescribeVpnConnectionsResponse>, SdkBuilder<DescribeVpnConnectionsResponse.Builder,DescribeVpnConnectionsResponse>public static interface DescribeVpnConnectionsResponse.Builder extends CopyableBuilder<DescribeVpnConnectionsResponse.Builder,DescribeVpnConnectionsResponse>
| Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setVpnConnections(java.util.Collection) or #withVpnConnections(java.util.Collection) if you
want to override the existing values.
vpnConnections - Information about one or more VPN connections.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.