public static interface DescribeEgressOnlyInternetGatewaysResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeEgressOnlyInternetGatewaysResponse.Builder,DescribeEgressOnlyInternetGatewaysResponse>
Modifier and Type | Method and 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.
|
build
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.
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.