public static interface DescribeLocalGatewayRouteTablesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayRouteTablesResponse.Builder,DescribeLocalGatewayRouteTablesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeLocalGatewayRouteTablesResponse.Builder |
localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
localGatewayRouteTables(Consumer<LocalGatewayRouteTable.Builder>... localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
localGatewayRouteTables
- Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
localGatewayRouteTables
- Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(Consumer<LocalGatewayRouteTable.Builder>... localGatewayRouteTables)
Information about the local gateway route tables.
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 #localGatewayRouteTables(List)
.localGatewayRouteTables
- a consumer that will call methods on List.Builder
#localGatewayRouteTables(List)
DescribeLocalGatewayRouteTablesResponse.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 Amazon Web Services, Inc. All Rights Reserved.