public static interface ModifyLocalGatewayRouteResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyLocalGatewayRouteResponse.Builder,ModifyLocalGatewayRouteResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyLocalGatewayRouteResponse.Builder |
route(Consumer<LocalGatewayRoute.Builder> route)
Information about the local gateway route table.
|
ModifyLocalGatewayRouteResponse.Builder |
route(LocalGatewayRoute route)
Information about the local gateway route table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyLocalGatewayRouteResponse.Builder route(LocalGatewayRoute route)
Information about the local gateway route table.
route - Information about the local gateway route table.default ModifyLocalGatewayRouteResponse.Builder route(Consumer<LocalGatewayRoute.Builder> route)
Information about the local gateway route table.
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 route(LocalGatewayRoute).
route - a consumer that will call methods on LocalGatewayRoute.Builderroute(LocalGatewayRoute)Copyright © 2022. All rights reserved.