public static interface GrpcGatewayRouteRewrite.Builder extends SdkPojo, CopyableBuilder<GrpcGatewayRouteRewrite.Builder,GrpcGatewayRouteRewrite>
| Modifier and Type | Method and Description |
|---|---|
default GrpcGatewayRouteRewrite.Builder |
hostname(Consumer<GatewayRouteHostnameRewrite.Builder> hostname)
The host name of the gateway route to rewrite.
|
GrpcGatewayRouteRewrite.Builder |
hostname(GatewayRouteHostnameRewrite hostname)
The host name of the gateway route to rewrite.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGrpcGatewayRouteRewrite.Builder hostname(GatewayRouteHostnameRewrite hostname)
The host name of the gateway route to rewrite.
hostname - The host name of the gateway route to rewrite.default GrpcGatewayRouteRewrite.Builder hostname(Consumer<GatewayRouteHostnameRewrite.Builder> hostname)
The host name of the gateway route to rewrite.
This is a convenience method that creates an instance of theGatewayRouteHostnameRewrite.Builder
avoiding the need to create one manually via GatewayRouteHostnameRewrite.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to hostname(GatewayRouteHostnameRewrite).
hostname - a consumer that will call methods on GatewayRouteHostnameRewrite.Builderhostname(GatewayRouteHostnameRewrite)Copyright © 2023. All rights reserved.