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
Modifier and TypeMethodDescriptionThe exact host name to match on.The specified ending characters of the host name to match on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-