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