@Stability(value=Stable) public static final class CfnSqlInjectionMatchSet.Builder extends Object implements software.amazon.jsii.Builder<CfnSqlInjectionMatchSet>
CfnSqlInjectionMatchSet.| Modifier and Type | Method and Description |
|---|---|
CfnSqlInjectionMatchSet |
build() |
static CfnSqlInjectionMatchSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSqlInjectionMatchSet.Builder |
name(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(List<? extends Object> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
@Stability(value=Stable) public static CfnSqlInjectionMatchSet.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnSqlInjectionMatchSet.Builder name(String name)
name - The name, if any, of the `SqlInjectionMatchSet` . This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnSqlInjectionMatchSet.Builder sqlInjectionMatchTuples(List<? extends 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@Stability(value=Stable) public CfnSqlInjectionMatchSet build()
build in interface software.amazon.jsii.Builder<CfnSqlInjectionMatchSet>Copyright © 2022. All rights reserved.