public static interface UpdateRouteResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateRouteResponse.Builder |
route(Consumer<RouteData.Builder> route)
A full description of the route that was updated.
|
UpdateRouteResponse.Builder |
route(RouteData route)
A full description of the route that was updated.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateRouteResponse.Builder route(RouteData route)
A full description of the route that was updated.
route
- A full description of the route that was updated.default UpdateRouteResponse.Builder route(Consumer<RouteData.Builder> route)
A full description of the route that was updated.
This is a convenience that creates an instance of theRouteData.Builder
avoiding the need to create
one manually via RouteData.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to route(RouteData)
.route
- a consumer that will call methods on RouteData.Builder
route(RouteData)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.