public static interface DescribeCustomerGatewaysResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
DescribeCustomerGatewaysResponse.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 Amazon Web Services, Inc. All Rights Reserved.