public static interface GatewayRouteHostnameMatch.Builder extends SdkPojo, CopyableBuilder<GatewayRouteHostnameMatch.Builder,GatewayRouteHostnameMatch>
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteHostnameMatch.Builder |
exact(String exact)
The exact host name to match on.
|
GatewayRouteHostnameMatch.Builder |
suffix(String suffix)
The specified ending characters of the host name to match on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayRouteHostnameMatch.Builder exact(String exact)
The exact host name to match on.
exact - The exact host name to match on.GatewayRouteHostnameMatch.Builder suffix(String suffix)
The specified ending characters of the host name to match on.
suffix - The specified ending characters of the host name to match on.Copyright © 2023. All rights reserved.