public static interface DescribeVpnConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theVpnConnection.Builder avoiding the need to create one
manually via VpnConnection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #vpnConnections(List.
vpnConnections - a consumer that will call methods on
VpnConnection.Builder#vpnConnections(java.util.Collection) Copyright © 2023. All rights reserved.