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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailWord.Buildertext(String text)Text 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 Detail
-
text
GuardrailWord.Builder text(String 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.
-
-