Class CfnLoggingConfiguration.MatchPatternProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.MatchPatternProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLoggingConfiguration.MatchPatternProperty>
- Enclosing interface:
CfnLoggingConfiguration.MatchPatternProperty
@Stability(Stable)
public static final class CfnLoggingConfiguration.MatchPatternProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLoggingConfiguration.MatchPatternProperty>
A builder for
CfnLoggingConfiguration.MatchPatternProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnLoggingConfiguration.MatchPatternProperty.getAll()
build()
Builds the configured instance.includedPaths
(List<String> includedPaths) Sets the value ofCfnLoggingConfiguration.MatchPatternProperty.getIncludedPaths()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
all
Sets the value ofCfnLoggingConfiguration.MatchPatternProperty.getAll()
- Parameters:
all
- the value to be set.- Returns:
this
-
includedPaths
@Stability(Stable) public CfnLoggingConfiguration.MatchPatternProperty.Builder includedPaths(List<String> includedPaths) Sets the value ofCfnLoggingConfiguration.MatchPatternProperty.getIncludedPaths()
- Parameters:
includedPaths
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLoggingConfiguration.MatchPatternProperty>
- Returns:
- a new instance of
CfnLoggingConfiguration.MatchPatternProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-