public static interface SqlInjectionMatchSetUpdate.Builder extends CopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchSetUpdate.Builder |
action(ChangeAction action)
|
SqlInjectionMatchSetUpdate.Builder |
action(String action)
|
default SqlInjectionMatchSetUpdate.Builder |
sqlInjectionMatchTuple(Consumer<SqlInjectionMatchTuple.Builder> sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and,
if you want AWS WAF to inspect a header, the name of the header.
|
SqlInjectionMatchSetUpdate.Builder |
sqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and,
if you want AWS WAF to inspect a header, the name of the header.
|
copyapply, buildSqlInjectionMatchSetUpdate.Builder action(String action)
Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use
DELETE to remove a SqlInjectionMatchSetUpdate from a
SqlInjectionMatchSet.
action - Specify INSERT to add a SqlInjectionMatchSetUpdate to a
SqlInjectionMatchSet. Use DELETE to remove a
SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.ChangeAction,
ChangeActionSqlInjectionMatchSetUpdate.Builder action(ChangeAction action)
Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use
DELETE to remove a SqlInjectionMatchSetUpdate from a
SqlInjectionMatchSet.
action - Specify INSERT to add a SqlInjectionMatchSetUpdate to a
SqlInjectionMatchSet. Use DELETE to remove a
SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.ChangeAction,
ChangeActionSqlInjectionMatchSetUpdate.Builder sqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
sqlInjectionMatchTuple - Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL
code and, if you want AWS WAF to inspect a header, the name of the header.default SqlInjectionMatchSetUpdate.Builder sqlInjectionMatchTuple(Consumer<SqlInjectionMatchTuple.Builder> sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
This is a convenience that creates an instance of theSqlInjectionMatchTuple.Builder avoiding the
need to create one manually via SqlInjectionMatchTuple.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sqlInjectionMatchTuple(SqlInjectionMatchTuple).sqlInjectionMatchTuple - a consumer that will call methods on SqlInjectionMatchTuple.BuildersqlInjectionMatchTuple(SqlInjectionMatchTuple)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.