public static interface DescribeRouteResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<DescribeRouteResponse.Builder,DescribeRouteResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeRouteResponse.Builder |
route(Consumer<RouteData.Builder> route)
The full description of your route.
|
DescribeRouteResponse.Builder |
route(RouteData route)
The full description of your route.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeRouteResponse.Builder route(RouteData route)
The full description of your route.
route
- The full description of your route.default DescribeRouteResponse.Builder route(Consumer<RouteData.Builder> route)
The full description of your route.
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.