public static interface DescribeVpnGatewaysResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeVpnGatewaysResponse.Builder,DescribeVpnGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpnGatewaysResponse.Builder |
vpnGateways(Collection<VpnGateway> vpnGateways)
Information about one or more virtual private gateways.
|
DescribeVpnGatewaysResponse.Builder |
vpnGateways(VpnGateway... vpnGateways)
Information about one or more virtual private gateways.
|
copyapply, buildDescribeVpnGatewaysResponse.Builder vpnGateways(Collection<VpnGateway> vpnGateways)
Information about one or more virtual private gateways.
vpnGateways - Information about one or more virtual private gateways.DescribeVpnGatewaysResponse.Builder vpnGateways(VpnGateway... vpnGateways)
Information about one or more virtual private gateways.
vpnGateways - Information about one or more virtual private gateways.Copyright © 2017. All rights reserved.