Interface GuardrailRegexFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailRegexFilter.Builder,,GuardrailRegexFilter> SdkBuilder<GuardrailRegexFilter.Builder,,GuardrailRegexFilter> SdkPojo
- Enclosing class:
- GuardrailRegexFilter
@Mutable
@NotThreadSafe
public static interface GuardrailRegexFilter.Builder
extends SdkPojo, CopyableBuilder<GuardrailRegexFilter.Builder,GuardrailRegexFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe region filter action.The region filter action.Indicates whether custom regex entities that breach the guardrail configuration are detected.The regesx filter match.The regex filter name.The regex query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The regex query.
- Parameters:
regex- The regex query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
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:
-
detected
Indicates whether custom regex entities that breach the guardrail configuration are detected.
- Parameters:
detected- Indicates whether custom regex entities that breach the guardrail configuration are detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-