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 method that creates an instance of theLocalGateway.Builder avoiding the need to create one
manually via LocalGateway.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #localGateways(List.
localGateways - a consumer that will call methods on
LocalGateway.Builder#localGateways(java.util.Collection) 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 © 2022. All rights reserved.