Interface GuardrailManagedWordsConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailManagedWordsConfig.Builder,GuardrailManagedWordsConfig>,SdkBuilder<GuardrailManagedWordsConfig.Builder,GuardrailManagedWordsConfig>,SdkPojo
- Enclosing class:
- GuardrailManagedWordsConfig
public static interface GuardrailManagedWordsConfig.Builder extends SdkPojo, CopyableBuilder<GuardrailManagedWordsConfig.Builder,GuardrailManagedWordsConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailManagedWordsConfig.Buildertype(String type)The managed word type to configure for the guardrail.GuardrailManagedWordsConfig.Buildertype(GuardrailManagedWordsType type)The managed word type to configure 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
GuardrailManagedWordsConfig.Builder type(String type)
The managed word type to configure for the guardrail.
- Parameters:
type- The managed word type to configure for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordsType,GuardrailManagedWordsType
-
type
GuardrailManagedWordsConfig.Builder type(GuardrailManagedWordsType type)
The managed word type to configure for the guardrail.
- Parameters:
type- The managed word type to configure for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordsType,GuardrailManagedWordsType
-
-