CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
, SdkBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
public static interface DescribeEgressOnlyInternetGatewaysResponse.Builder extends CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeEgressOnlyInternetGatewaysResponse.Builder |
egressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways) |
Information about the egress-only Internet gateways.
|
DescribeEgressOnlyInternetGatewaysResponse.Builder |
egressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways) |
Information about the egress-only Internet gateways.
|
DescribeEgressOnlyInternetGatewaysResponse.Builder |
nextToken(String nextToken) |
The token to use to retrieve the next page of results.
|
copy
apply, build
DescribeEgressOnlyInternetGatewaysResponse.Builder egressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
egressOnlyInternetGateways
- Information about the egress-only Internet gateways.DescribeEgressOnlyInternetGatewaysResponse.Builder egressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
NOTE: This method appends the values to the existing list (if any). Use
#setEgressOnlyInternetGateways(java.util.Collection)
or
#withEgressOnlyInternetGateways(java.util.Collection)
if you want to override the existing values.
egressOnlyInternetGateways
- Information about the egress-only Internet gateways.DescribeEgressOnlyInternetGatewaysResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.