public static interface UpdateGatewayRouteResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<UpdateGatewayRouteResponse.Builder,UpdateGatewayRouteResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGatewayRouteResponse.Builder |
gatewayRoute(Consumer<GatewayRouteData.Builder> gatewayRoute)
A full description of the gateway route that was updated.
|
UpdateGatewayRouteResponse.Builder |
gatewayRoute(GatewayRouteData gatewayRoute)
A full description of the gateway route that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayRouteResponse.Builder gatewayRoute(GatewayRouteData gatewayRoute)
A full description of the gateway route that was updated.
gatewayRoute - A full description of the gateway route that was updated.default UpdateGatewayRouteResponse.Builder gatewayRoute(Consumer<GatewayRouteData.Builder> gatewayRoute)
A full description of the gateway route that was updated.
This is a convenience that creates an instance of theGatewayRouteData.Builder avoiding the need to
create one manually via GatewayRouteData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gatewayRoute(GatewayRouteData).gatewayRoute - a consumer that will call methods on GatewayRouteData.BuildergatewayRoute(GatewayRouteData)Copyright © 2021. All rights reserved.