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