public static interface HttpGatewayRouteRewrite.Builder extends SdkPojo, CopyableBuilder<HttpGatewayRouteRewrite.Builder,HttpGatewayRouteRewrite>
| Modifier and Type | Method and Description |
|---|---|
default HttpGatewayRouteRewrite.Builder |
hostname(Consumer<GatewayRouteHostnameRewrite.Builder> hostname)
The host name to rewrite.
|
HttpGatewayRouteRewrite.Builder |
hostname(GatewayRouteHostnameRewrite hostname)
The host name to rewrite.
|
default HttpGatewayRouteRewrite.Builder |
path(Consumer<HttpGatewayRoutePathRewrite.Builder> path)
The path to rewrite.
|
HttpGatewayRouteRewrite.Builder |
path(HttpGatewayRoutePathRewrite path)
The path to rewrite.
|
default HttpGatewayRouteRewrite.Builder |
prefix(Consumer<HttpGatewayRoutePrefixRewrite.Builder> prefix)
The specified beginning characters to rewrite.
|
HttpGatewayRouteRewrite.Builder |
prefix(HttpGatewayRoutePrefixRewrite prefix)
The specified beginning characters to rewrite.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpGatewayRouteRewrite.Builder hostname(GatewayRouteHostnameRewrite hostname)
The host name to rewrite.
hostname - The host name to rewrite.default HttpGatewayRouteRewrite.Builder hostname(Consumer<GatewayRouteHostnameRewrite.Builder> hostname)
The host name 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)HttpGatewayRouteRewrite.Builder path(HttpGatewayRoutePathRewrite path)
The path to rewrite.
path - The path to rewrite.default HttpGatewayRouteRewrite.Builder path(Consumer<HttpGatewayRoutePathRewrite.Builder> path)
The path to rewrite.
This is a convenience method that creates an instance of theHttpGatewayRoutePathRewrite.Builder
avoiding the need to create one manually via HttpGatewayRoutePathRewrite.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to path(HttpGatewayRoutePathRewrite).
path - a consumer that will call methods on HttpGatewayRoutePathRewrite.Builderpath(HttpGatewayRoutePathRewrite)HttpGatewayRouteRewrite.Builder prefix(HttpGatewayRoutePrefixRewrite prefix)
The specified beginning characters to rewrite.
prefix - The specified beginning characters to rewrite.default HttpGatewayRouteRewrite.Builder prefix(Consumer<HttpGatewayRoutePrefixRewrite.Builder> prefix)
The specified beginning characters to rewrite.
This is a convenience method that creates an instance of theHttpGatewayRoutePrefixRewrite.Builder
avoiding the need to create one manually via HttpGatewayRoutePrefixRewrite.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to prefix(HttpGatewayRoutePrefixRewrite).
prefix - a consumer that will call methods on HttpGatewayRoutePrefixRewrite.Builderprefix(HttpGatewayRoutePrefixRewrite)Copyright © 2023. All rights reserved.