public static interface DescribeInternetGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInternetGatewaysResponse.Builder,DescribeInternetGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInternetGatewaysResponse.Builder |
internetGateways(Collection<InternetGateway> internetGateways)
Information about one or more internet gateways.
|
DescribeInternetGatewaysResponse.Builder |
internetGateways(Consumer<InternetGateway.Builder>... internetGateways)
Information about one or more internet gateways.
|
DescribeInternetGatewaysResponse.Builder |
internetGateways(InternetGateway... internetGateways)
Information about one or more internet gateways.
|
DescribeInternetGatewaysResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInternetGatewaysResponse.Builder internetGateways(Collection<InternetGateway> internetGateways)
Information about one or more internet gateways.
internetGateways - Information about one or more internet gateways.DescribeInternetGatewaysResponse.Builder internetGateways(InternetGateway... internetGateways)
Information about one or more internet gateways.
internetGateways - Information about one or more internet gateways.DescribeInternetGatewaysResponse.Builder internetGateways(Consumer<InternetGateway.Builder>... internetGateways)
Information about one or more internet gateways.
This is a convenience method that creates an instance of theInternetGateway.Builder avoiding the need to create one
manually via InternetGateway.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #internetGateways(List.
internetGateways - a consumer that will call methods on
InternetGateway.Builder#internetGateways(java.util.Collection) DescribeInternetGatewaysResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.