Class CfnRulePropsMixin.PathMatchProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnRulePropsMixin.PathMatchProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRulePropsMixin.PathMatchProperty>
- Enclosing interface:
CfnRulePropsMixin.PathMatchProperty
@Stability(Stable)
public static final class CfnRulePropsMixin.PathMatchProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRulePropsMixin.PathMatchProperty>
A builder for
CfnRulePropsMixin.PathMatchProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.caseSensitive(Boolean caseSensitive) Sets the value ofCfnRulePropsMixin.PathMatchProperty.getCaseSensitive()caseSensitive(IResolvable caseSensitive) Sets the value ofCfnRulePropsMixin.PathMatchProperty.getCaseSensitive()Sets the value ofCfnRulePropsMixin.PathMatchProperty.getMatch()match(IResolvable match) Sets the value ofCfnRulePropsMixin.PathMatchProperty.getMatch()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caseSensitive
@Stability(Stable) public CfnRulePropsMixin.PathMatchProperty.Builder caseSensitive(Boolean caseSensitive) Sets the value ofCfnRulePropsMixin.PathMatchProperty.getCaseSensitive()- Parameters:
caseSensitive- Indicates whether the match is case sensitive.- Returns:
this
-
caseSensitive
@Stability(Stable) public CfnRulePropsMixin.PathMatchProperty.Builder caseSensitive(IResolvable caseSensitive) Sets the value ofCfnRulePropsMixin.PathMatchProperty.getCaseSensitive()- Parameters:
caseSensitive- Indicates whether the match is case sensitive.- Returns:
this
-
match
Sets the value ofCfnRulePropsMixin.PathMatchProperty.getMatch()- Parameters:
match- The type of path match.- Returns:
this
-
match
@Stability(Stable) public CfnRulePropsMixin.PathMatchProperty.Builder match(CfnRulePropsMixin.PathMatchTypeProperty match) Sets the value ofCfnRulePropsMixin.PathMatchProperty.getMatch()- Parameters:
match- The type of path match.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRulePropsMixin.PathMatchProperty>- Returns:
- a new instance of
CfnRulePropsMixin.PathMatchProperty - Throws:
NullPointerException- if any required attribute was not provided
-