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(Consumer<EgressOnlyInternetGateway.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 egressOnlyInternetGateways(Consumer<EgressOnlyInternetGateway.Builder>... egressOnlyInternetGateways)
Information about the egress-only Internet 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 #egressOnlyInternetGateways(List) .egressOnlyInternetGateways - a consumer that will call methods on List.Builder #egressOnlyInternetGateways(List) 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.