@Stability(value=Stable) public static final class CfnSqlInjectionMatchSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSqlInjectionMatchSetProps>
CfnSqlInjectionMatchSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSqlInjectionMatchSetProps |
build()
Builds the configured instance.
|
CfnSqlInjectionMatchSetProps.Builder |
name(String name)
Sets the value of
CfnSqlInjectionMatchSetProps.getName() |
CfnSqlInjectionMatchSetProps.Builder |
sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Sets the value of
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples() |
CfnSqlInjectionMatchSetProps.Builder |
sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples)
Sets the value of
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples() |
@Stability(value=Stable) public CfnSqlInjectionMatchSetProps.Builder name(String name)
CfnSqlInjectionMatchSetProps.getName()name - The name, if any, of the `SqlInjectionMatchSet` . This parameter is required.this@Stability(value=Stable) public CfnSqlInjectionMatchSetProps.Builder sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples()sqlInjectionMatchTuples - Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.this@Stability(value=Stable) public CfnSqlInjectionMatchSetProps.Builder sqlInjectionMatchTuples(List<? extends Object> sqlInjectionMatchTuples)
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples()sqlInjectionMatchTuples - Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.this@Stability(value=Stable) public CfnSqlInjectionMatchSetProps build()
build in interface software.amazon.jsii.Builder<CfnSqlInjectionMatchSetProps>CfnSqlInjectionMatchSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.