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(Consumer<VpnConnection.Builder>... vpnConnections)
Information about one or more VPN connections.
|
DescribeVpnConnectionsResponse.Builder |
vpnConnections(VpnConnection... vpnConnections)
Information about one or more VPN connections.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DescribeVpnConnectionsResponse.Builder vpnConnections(Consumer<VpnConnection.Builder>... vpnConnections)
Information about one or more VPN connections.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #vpnConnections(List) .vpnConnections - a consumer that will call methods on List.Builder #vpnConnections(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.