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