CopyableBuilder<DescribeVpnGatewaysResponse.Builder,DescribeVpnGatewaysResponse>
, SdkBuilder<DescribeVpnGatewaysResponse.Builder,DescribeVpnGatewaysResponse>
public static interface DescribeVpnGatewaysResponse.Builder extends CopyableBuilder<DescribeVpnGatewaysResponse.Builder,DescribeVpnGatewaysResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeVpnGatewaysResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setVpnGateways(java.util.Collection)
or #withVpnGateways(java.util.Collection)
if you want
to override the existing values.
vpnGateways
- Information about one or more virtual private gateways.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.