public static interface DescribeCustomerGatewaysResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeCustomerGatewaysResponse.Builder,DescribeCustomerGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomerGatewaysResponse.Builder |
customerGateways(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
DescribeCustomerGatewaysResponse.Builder |
customerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
|
buildDescribeCustomerGatewaysResponse.Builder customerGateways(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
customerGateways - Information about one or more customer gateways.DescribeCustomerGatewaysResponse.Builder customerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
customerGateways - Information about one or more customer gateways.Copyright © 2017. All rights reserved.