Class CfnSqlInjectionMatchSetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnSqlInjectionMatchSetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSqlInjectionMatchSetMixinProps>
- Enclosing interface:
CfnSqlInjectionMatchSetMixinProps
@Stability(Stable)
public static final class CfnSqlInjectionMatchSetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSqlInjectionMatchSetMixinProps>
A builder for
CfnSqlInjectionMatchSetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSqlInjectionMatchSetMixinProps.getName()sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples) Sets the value ofCfnSqlInjectionMatchSetMixinProps.getSqlInjectionMatchTuples()sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples) Sets the value ofCfnSqlInjectionMatchSetMixinProps.getSqlInjectionMatchTuples()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnSqlInjectionMatchSetMixinProps.getName()- Parameters:
name- The name, if any, of theSqlInjectionMatchSet.- Returns:
this
-
sqlInjectionMatchTuples
@Stability(Stable) public CfnSqlInjectionMatchSetMixinProps.Builder sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples) Sets the value ofCfnSqlInjectionMatchSetMixinProps.getSqlInjectionMatchTuples()- Parameters:
sqlInjectionMatchTuples- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.- Returns:
this
-
sqlInjectionMatchTuples
@Stability(Stable) public CfnSqlInjectionMatchSetMixinProps.Builder sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples) Sets the value ofCfnSqlInjectionMatchSetMixinProps.getSqlInjectionMatchTuples()- Parameters:
sqlInjectionMatchTuples- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSqlInjectionMatchSetMixinProps>- Returns:
- a new instance of
CfnSqlInjectionMatchSetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-