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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewayRouteHostnameMatch.Builderexact(String exact)The exact host name to match on.GatewayRouteHostnameMatch.Buildersuffix(String suffix)The specified ending characters of the host name to match on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
exact
GatewayRouteHostnameMatch.Builder exact(String 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
GatewayRouteHostnameMatch.Builder suffix(String 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.
-
-