CopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
, SdkBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
public static interface SqlInjectionMatchSetUpdate.Builder extends CopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
Modifier and Type | Method | Description |
---|---|---|
SqlInjectionMatchSetUpdate.Builder |
action(String action) |
|
SqlInjectionMatchSetUpdate.Builder |
action(ChangeAction action) |
|
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.
|
copy
apply, build
SqlInjectionMatchSetUpdate.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
SqlInjectionMatchSetUpdate.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
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.