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(Consumer<CustomerGateway.Builder>... customerGateways)
Information about one or more customer gateways.
|
DescribeCustomerGatewaysResponse.Builder |
customerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DescribeCustomerGatewaysResponse.Builder customerGateways(Consumer<CustomerGateway.Builder>... customerGateways)
Information about one or more customer gateways.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #customerGateways(List) .customerGateways - a consumer that will call methods on List.Builder #customerGateways(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.