public static interface DescribeEgressOnlyInternetGatewaysResponse.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, buildDescribeEgressOnlyInternetGatewaysResponse.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. All rights reserved.