Interface GatewayRouteHostnameMatch.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GatewayRouteHostnameMatch.Builder,GatewayRouteHostnameMatch>, SdkBuilder<GatewayRouteHostnameMatch.Builder,GatewayRouteHostnameMatch>, SdkPojo
Enclosing class:
GatewayRouteHostnameMatch

public static interface GatewayRouteHostnameMatch.Builder extends SdkPojo, CopyableBuilder<GatewayRouteHostnameMatch.Builder,GatewayRouteHostnameMatch>
  • Method Details

    • exact

      The exact host name to match on.

      Parameters:
      exact - The exact host name to match on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suffix

      The specified ending characters of the host name to match on.

      Parameters:
      suffix - The specified ending characters of the host name to match on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.