Interface GuardrailRegexFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailRegexFilter.Builder,GuardrailRegexFilter>,SdkBuilder<GuardrailRegexFilter.Builder,GuardrailRegexFilter>,SdkPojo
- Enclosing class:
- GuardrailRegexFilter
public static interface GuardrailRegexFilter.Builder extends SdkPojo, CopyableBuilder<GuardrailRegexFilter.Builder,GuardrailRegexFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailRegexFilter.Builderaction(String action)The region filter action.GuardrailRegexFilter.Builderaction(GuardrailSensitiveInformationPolicyAction action)The region filter action.GuardrailRegexFilter.Buildermatch(String match)The regesx filter match.GuardrailRegexFilter.Buildername(String name)The regex filter name.GuardrailRegexFilter.Builderregex(String regex)The regex query.-
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 Detail
-
name
GuardrailRegexFilter.Builder name(String name)
The regex filter name.
- Parameters:
name- The regex filter name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
match
GuardrailRegexFilter.Builder match(String match)
The regesx filter match.
- Parameters:
match- The regesx filter match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regex
GuardrailRegexFilter.Builder regex(String regex)
The regex query.
- Parameters:
regex- The regex query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
GuardrailRegexFilter.Builder action(String action)
The region filter action.
- Parameters:
action- The region filter action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailSensitiveInformationPolicyAction,GuardrailSensitiveInformationPolicyAction
-
action
GuardrailRegexFilter.Builder action(GuardrailSensitiveInformationPolicyAction action)
The region filter action.
- Parameters:
action- The region filter action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailSensitiveInformationPolicyAction,GuardrailSensitiveInformationPolicyAction
-
-