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