public static final class CfnSqlInjectionMatchSetProps.Builder
extends java.lang.Object
CfnSqlInjectionMatchSetProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnSqlInjectionMatchSetProps |
build()
Builds the configured instance.
|
CfnSqlInjectionMatchSetProps.Builder |
name(java.lang.String name)
Sets the value of
CfnSqlInjectionMatchSetProps.getName() |
CfnSqlInjectionMatchSetProps.Builder |
sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Sets the value of
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples() |
CfnSqlInjectionMatchSetProps.Builder |
sqlInjectionMatchTuples(java.util.List<? extends java.lang.Object> sqlInjectionMatchTuples)
Sets the value of
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples() |
public CfnSqlInjectionMatchSetProps.Builder name(java.lang.String name)
CfnSqlInjectionMatchSetProps.getName()
name
- The name, if any, of the `SqlInjectionMatchSet` . This parameter is required.this
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
public CfnSqlInjectionMatchSetProps.Builder sqlInjectionMatchTuples(java.util.List<? extends java.lang.Object> sqlInjectionMatchTuples)
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples()
sqlInjectionMatchTuples
- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.this
public CfnSqlInjectionMatchSetProps build()
CfnSqlInjectionMatchSetProps
java.lang.NullPointerException
- if any required attribute was not provided