Interface GuardrailManagedWords.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailManagedWords.Builder,GuardrailManagedWords>,SdkBuilder<GuardrailManagedWords.Builder,GuardrailManagedWords>,SdkPojo
- Enclosing class:
- GuardrailManagedWords
public static interface GuardrailManagedWords.Builder extends SdkPojo, CopyableBuilder<GuardrailManagedWords.Builder,GuardrailManagedWords>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailManagedWords.Buildertype(String type)ManagedWords$type The managed word type that was configured for the guardrail.GuardrailManagedWords.Buildertype(GuardrailManagedWordsType type)ManagedWords$type The managed word type that was configured for 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, sdkFields
-
-
-
-
Method Detail
-
type
GuardrailManagedWords.Builder type(String type)
ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)
- Parameters:
type- ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordsType,GuardrailManagedWordsType
-
type
GuardrailManagedWords.Builder type(GuardrailManagedWordsType type)
ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)
- Parameters:
type- ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordsType,GuardrailManagedWordsType
-
-