Class CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty>
- Enclosing interface:
CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty
@Stability(Stable)
public static final class CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty>
A builder for
CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.getExact()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exact
@Stability(Stable) public CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.Builder exact(String exact) Sets the value ofCfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.getExact()- Parameters:
exact- The exact path to rewrite.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty>- Returns:
- a new instance of
CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty - Throws:
NullPointerException- if any required attribute was not provided
-