Interface GuardrailWordConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailWordConfig.Builder,GuardrailWordConfig>,SdkBuilder<GuardrailWordConfig.Builder,GuardrailWordConfig>,SdkPojo
- Enclosing class:
- GuardrailWordConfig
public static interface GuardrailWordConfig.Builder extends SdkPojo, CopyableBuilder<GuardrailWordConfig.Builder,GuardrailWordConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailWordConfig.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
GuardrailWordConfig.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.
-
-