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 action details for the regex filter used in the Guardrail.The action details for the regex filter used in the Guardrail.The match details for the regex filter used in the Guardrail.The name details for the regex filter used in the Guardrail.The regex details for the regex filter used in the Guardrail.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
-
action
The action details for the regex filter used in the Guardrail.
- Parameters:
action- The action details for the regex filter used in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action details for the regex filter used in the Guardrail.
- Parameters:
action- The action details for the regex filter used in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
match
The match details for the regex filter used in the Guardrail.
- Parameters:
match- The match details for the regex filter used in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name details for the regex filter used in the Guardrail.
- Parameters:
name- The name details for the regex filter used in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regex
The regex details for the regex filter used in the Guardrail.
- Parameters:
regex- The regex details for the regex filter used in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-