Interface RegexMatchSetUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RegexMatchSetUpdate.Builder,
,RegexMatchSetUpdate> SdkBuilder<RegexMatchSetUpdate.Builder,
,RegexMatchSetUpdate> SdkPojo
- Enclosing class:
RegexMatchSetUpdate
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to insert or delete a RegexMatchTuple.action
(ChangeAction 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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
action
Specifies whether to insert or delete a RegexMatchTuple.
- Parameters:
action
- Specifies whether to insert or delete a RegexMatchTuple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Specifies whether to insert or delete a RegexMatchTuple.
- Parameters:
action
- Specifies whether to insert or delete a RegexMatchTuple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 ofAction
, theRegexMatchTuple
values must exactly match the values in theRegexMatchTuple
that you want to delete from theRegexMatchSet
.- Parameters:
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 specifyDELETE
for the value ofAction
, theRegexMatchTuple
values must exactly match the values in theRegexMatchTuple
that you want to delete from theRegexMatchSet
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. If you specify
This is a convenience method that creates an instance of theDELETE
for the value ofAction
, theRegexMatchTuple
values must exactly match the values in theRegexMatchTuple
that you want to delete from theRegexMatchSet
.RegexMatchTuple.Builder
avoiding the need to create one manually viaRegexMatchTuple.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregexMatchTuple(RegexMatchTuple)
.- Parameters:
regexMatchTuple
- a consumer that will call methods onRegexMatchTuple.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-