public static final class CfnSqlInjectionMatchSet.Builder
extends java.lang.Object
CfnSqlInjectionMatchSet
.Modifier and Type | Method and Description |
---|---|
CfnSqlInjectionMatchSet |
build() |
static CfnSqlInjectionMatchSet.Builder |
create(Construct scope,
java.lang.String id) |
CfnSqlInjectionMatchSet.Builder |
name(java.lang.String name)
The name, if any, of the `SqlInjectionMatchSet` .
|
CfnSqlInjectionMatchSet.Builder |
sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
CfnSqlInjectionMatchSet.Builder |
sqlInjectionMatchTuples(java.util.List<? extends java.lang.Object> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
public static CfnSqlInjectionMatchSet.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnSqlInjectionMatchSet.FieldToMatchProperty.Builder
.public CfnSqlInjectionMatchSet.Builder name(java.lang.String name)
name
- The name, if any, of the `SqlInjectionMatchSet` . This parameter is required.this
public CfnSqlInjectionMatchSet.Builder sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
sqlInjectionMatchTuples
- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code. This parameter is required.this
public CfnSqlInjectionMatchSet.Builder sqlInjectionMatchTuples(java.util.List<? extends java.lang.Object> sqlInjectionMatchTuples)
sqlInjectionMatchTuples
- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code. This parameter is required.this
public CfnSqlInjectionMatchSet build()