public static interface DescribeGatewayRouteResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<DescribeGatewayRouteResponse.Builder,DescribeGatewayRouteResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeGatewayRouteResponse.Builder |
gatewayRoute(Consumer<GatewayRouteData.Builder> gatewayRoute)
The full description of your gateway route.
|
DescribeGatewayRouteResponse.Builder |
gatewayRoute(GatewayRouteData gatewayRoute)
The full description of your gateway route.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGatewayRouteResponse.Builder gatewayRoute(GatewayRouteData gatewayRoute)
The full description of your gateway route.
gatewayRoute - The full description of your gateway route.default DescribeGatewayRouteResponse.Builder gatewayRoute(Consumer<GatewayRouteData.Builder> gatewayRoute)
The full description of your gateway route.
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.