Interface GuardrailCustomWord.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailCustomWord.Builder,GuardrailCustomWord>,SdkBuilder<GuardrailCustomWord.Builder,GuardrailCustomWord>,SdkPojo
- Enclosing class:
- GuardrailCustomWord
@Mutable @NotThreadSafe public static interface GuardrailCustomWord.Builder extends SdkPojo, CopyableBuilder<GuardrailCustomWord.Builder,GuardrailCustomWord>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailCustomWord.Builderaction(String action)The action details for the custom word filter in the Guardrail.GuardrailCustomWord.Builderaction(GuardrailWordPolicyAction action)The action details for the custom word filter in the Guardrail.GuardrailCustomWord.Buildermatch(String match)The match details for the custom word filter in the Guardrail.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
action
GuardrailCustomWord.Builder action(String action)
The action details for the custom word filter in the Guardrail.
- Parameters:
action- The action details for the custom word filter in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailWordPolicyAction,GuardrailWordPolicyAction
-
action
GuardrailCustomWord.Builder action(GuardrailWordPolicyAction action)
The action details for the custom word filter in the Guardrail.
- Parameters:
action- The action details for the custom word filter in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailWordPolicyAction,GuardrailWordPolicyAction
-
match
GuardrailCustomWord.Builder match(String match)
The match details for the custom word filter in the Guardrail.
- Parameters:
match- The match details for the custom word filter in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-