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