public static interface CreateRouteResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<CreateRouteResponse.Builder,CreateRouteResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateRouteResponse.Builder |
route(Consumer<RouteData.Builder> route)
The full description of your mesh following the create call.
|
CreateRouteResponse.Builder |
route(RouteData route)
The full description of your mesh following the create call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateRouteResponse.Builder route(RouteData route)
The full description of your mesh following the create call.
route - The full description of your mesh following the create call.default CreateRouteResponse.Builder route(Consumer<RouteData.Builder> route)
The full description of your mesh following the create call.
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.Builderroute(RouteData)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.