CopyableBuilder<SqlInjectionMatchSet.Builder,SqlInjectionMatchSet>
, SdkBuilder<SqlInjectionMatchSet.Builder,SqlInjectionMatchSet>
public static interface SqlInjectionMatchSet.Builder extends CopyableBuilder<SqlInjectionMatchSet.Builder,SqlInjectionMatchSet>
Modifier and Type | Method | Description |
---|---|---|
SqlInjectionMatchSet.Builder |
name(String name) |
The name, if any, of the
SqlInjectionMatchSet . |
SqlInjectionMatchSet.Builder |
sqlInjectionMatchSetId(String sqlInjectionMatchSetId) |
A unique identifier for a
SqlInjectionMatchSet . |
SqlInjectionMatchSet.Builder |
sqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples) |
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
SqlInjectionMatchSet.Builder |
sqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples) |
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
copy
apply, build
SqlInjectionMatchSet.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for a SqlInjectionMatchSet
. You use SqlInjectionMatchSetId
to
get information about a SqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update a
SqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert a
SqlInjectionMatchSet
into a Rule
or delete one from a Rule
(see
UpdateRule), and delete a SqlInjectionMatchSet
from AWS WAF (see
DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId
- A unique identifier for a SqlInjectionMatchSet
. You use
SqlInjectionMatchSetId
to get information about a SqlInjectionMatchSet
(see
GetSqlInjectionMatchSet), update a SqlInjectionMatchSet
(see
UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet
into a
Rule
or delete one from a Rule
(see UpdateRule), and delete a
SqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
SqlInjectionMatchSet.Builder name(String name)
The name, if any, of the SqlInjectionMatchSet
.
name
- The name, if any, of the SqlInjectionMatchSet
.SqlInjectionMatchSet.Builder sqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
sqlInjectionMatchTuples
- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSet.Builder sqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
NOTE: This method appends the values to the existing list (if any). Use
#setSqlInjectionMatchTuples(java.util.Collection)
or
#withSqlInjectionMatchTuples(java.util.Collection)
if you want to override the existing values.
sqlInjectionMatchTuples
- Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.