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