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
Modifier and TypeMethodDescriptionThe exact path to rewrite.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 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.
 
 
 -