Class CfnSqlInjectionMatchSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnSqlInjectionMatchSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSqlInjectionMatchSetPropsMixin>
- Enclosing class:
CfnSqlInjectionMatchSetPropsMixin
@Stability(Stable)
public static final class CfnSqlInjectionMatchSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSqlInjectionMatchSetPropsMixin>
A fluent builder for
CfnSqlInjectionMatchSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name, if any, of theSqlInjectionMatchSet.sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
-
Method Details
-
create
@Stability(Stable) public static CfnSqlInjectionMatchSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSqlInjectionMatchSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSqlInjectionMatchSetPropsMixin.Builder.
-
name
The name, if any, of theSqlInjectionMatchSet.- Parameters:
name- The name, if any, of theSqlInjectionMatchSet. This parameter is required.- Returns:
this- See Also:
-
sqlInjectionMatchTuples
@Stability(Stable) public CfnSqlInjectionMatchSetPropsMixin.Builder sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.- Parameters:
sqlInjectionMatchTuples- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code. This parameter is required.- Returns:
this- See Also:
-
sqlInjectionMatchTuples
@Stability(Stable) public CfnSqlInjectionMatchSetPropsMixin.Builder sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.- Parameters:
sqlInjectionMatchTuples- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSqlInjectionMatchSetPropsMixin>- Returns:
- a newly built instance of
CfnSqlInjectionMatchSetPropsMixin.
-