Interface GuardrailWord.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailWord.Builder,
,GuardrailWord> SdkBuilder<GuardrailWord.Builder,
,GuardrailWord> SdkPojo
- Enclosing class:
GuardrailWord
public static interface GuardrailWord.Builder
extends SdkPojo, CopyableBuilder<GuardrailWord.Builder,GuardrailWord>
-
Method Summary
Modifier and TypeMethodDescriptionText of the word configured for the guardrail to block.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
-
text
Text of the word configured for the guardrail to block.
- Parameters:
text
- Text of the word configured for the guardrail to block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-