public static interface DescribeLocalGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewaysResponse.Builder,DescribeLocalGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewaysResponse.Builder |
localGateways(Collection<LocalGateway> localGateways)
Information about the local gateways.
|
DescribeLocalGatewaysResponse.Builder |
localGateways(Consumer<LocalGateway.Builder>... localGateways)
Information about the local gateways.
|
DescribeLocalGatewaysResponse.Builder |
localGateways(LocalGateway... localGateways)
Information about the local gateways.
|
DescribeLocalGatewaysResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocalGatewaysResponse.Builder localGateways(Collection<LocalGateway> localGateways)
Information about the local gateways.
localGateways - Information about the local gateways.DescribeLocalGatewaysResponse.Builder localGateways(LocalGateway... localGateways)
Information about the local gateways.
localGateways - Information about the local gateways.DescribeLocalGatewaysResponse.Builder localGateways(Consumer<LocalGateway.Builder>... localGateways)
Information about the local 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 #localGateways(List) .localGateways - a consumer that will call methods on List.Builder #localGateways(List) DescribeLocalGatewaysResponse.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 © 2021. All rights reserved.