public static interface RegexMatchSetUpdate.Builder extends CopyableBuilder<RegexMatchSetUpdate.Builder,RegexMatchSetUpdate>
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSetUpdate.Builder |
action(ChangeAction action)
Specifies whether to insert or delete a RegexMatchTuple.
|
RegexMatchSetUpdate.Builder |
action(String action)
Specifies whether to insert or delete a RegexMatchTuple.
|
default RegexMatchSetUpdate.Builder |
regexMatchTuple(Consumer<RegexMatchTuple.Builder> regexMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the
regular expression (regex) pattern that you want AWS WAF to search for.
|
RegexMatchSetUpdate.Builder |
regexMatchTuple(RegexMatchTuple regexMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the
regular expression (regex) pattern that you want AWS WAF to search for.
|
copyapply, buildRegexMatchSetUpdate.Builder action(String action)
Specifies whether to insert or delete a RegexMatchTuple.
action - Specifies whether to insert or delete a RegexMatchTuple.ChangeAction,
ChangeActionRegexMatchSetUpdate.Builder action(ChangeAction action)
Specifies whether to insert or delete a RegexMatchTuple.
action - Specifies whether to insert or delete a RegexMatchTuple.ChangeAction,
ChangeActionRegexMatchSetUpdate.Builder regexMatchTuple(RegexMatchTuple regexMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the
regular expression (regex) pattern that you want AWS WAF to search for. If you specify DELETE
for the value of Action, the RegexMatchTuple values must exactly match the values
in the RegexMatchTuple that you want to delete from the RegexMatchSet.
regexMatchTuple - Information about the part of a web request that you want AWS WAF to inspect and the identifier of the
regular expression (regex) pattern that you want AWS WAF to search for. If you specify
DELETE for the value of Action, the RegexMatchTuple values must
exactly match the values in the RegexMatchTuple that you want to delete from the
RegexMatchSet.default RegexMatchSetUpdate.Builder regexMatchTuple(Consumer<RegexMatchTuple.Builder> regexMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the
regular expression (regex) pattern that you want AWS WAF to search for. If you specify DELETE
for the value of Action, the RegexMatchTuple values must exactly match the values
in the RegexMatchTuple that you want to delete from the RegexMatchSet.
RegexMatchTuple.Builder avoiding the need to
create one manually via RegexMatchTuple.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to regexMatchTuple(RegexMatchTuple).regexMatchTuple - a consumer that will call methods on RegexMatchTuple.BuilderregexMatchTuple(RegexMatchTuple)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.