public static interface DescribeInternetGatewaysResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeInternetGatewaysResponse.Builder,DescribeInternetGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInternetGatewaysResponse.Builder |
internetGateways(Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
|
DescribeInternetGatewaysResponse.Builder |
internetGateways(InternetGateway... internetGateways)
Information about one or more Internet gateways.
|
buildDescribeInternetGatewaysResponse.Builder internetGateways(Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
internetGateways - Information about one or more Internet gateways.DescribeInternetGatewaysResponse.Builder internetGateways(InternetGateway... internetGateways)
Information about one or more Internet gateways.
internetGateways - Information about one or more Internet gateways.Copyright © 2017. All rights reserved.