Interface HttpGatewayRoutePathRewrite.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HttpGatewayRoutePathRewrite.Builder,HttpGatewayRoutePathRewrite>,SdkBuilder<HttpGatewayRoutePathRewrite.Builder,HttpGatewayRoutePathRewrite>,SdkPojo
- Enclosing class:
- HttpGatewayRoutePathRewrite
public static interface HttpGatewayRoutePathRewrite.Builder extends SdkPojo, CopyableBuilder<HttpGatewayRoutePathRewrite.Builder,HttpGatewayRoutePathRewrite>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpGatewayRoutePathRewrite.Builderexact(String exact)The exact path to rewrite.-
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
HttpGatewayRoutePathRewrite.Builder exact(String exact)
The exact path to rewrite.
- Parameters:
exact- The exact path to rewrite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-