Interface GuardrailManagedWord.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailManagedWord.Builder,GuardrailManagedWord>,SdkBuilder<GuardrailManagedWord.Builder,GuardrailManagedWord>,SdkPojo
- Enclosing class:
- GuardrailManagedWord
@Mutable @NotThreadSafe public static interface GuardrailManagedWord.Builder extends SdkPojo, CopyableBuilder<GuardrailManagedWord.Builder,GuardrailManagedWord>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailManagedWord.Builderaction(String action)The action for the managed word.GuardrailManagedWord.Builderaction(GuardrailWordPolicyAction action)The action for the managed word.GuardrailManagedWord.Builderdetected(Boolean detected)Indicates whether managed word content that breaches the guardrail configuration is detected.GuardrailManagedWord.Buildermatch(String match)The match for the managed word.GuardrailManagedWord.Buildertype(String type)The type for the managed word.GuardrailManagedWord.Buildertype(GuardrailManagedWordType type)The type for the managed word.-
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 Detail
-
match
GuardrailManagedWord.Builder match(String match)
The match for the managed word.
- Parameters:
match- The match for the managed word.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
GuardrailManagedWord.Builder type(String type)
The type for the managed word.
- Parameters:
type- The type for the managed word.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordType,GuardrailManagedWordType
-
type
GuardrailManagedWord.Builder type(GuardrailManagedWordType type)
The type for the managed word.
- Parameters:
type- The type for the managed word.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordType,GuardrailManagedWordType
-
action
GuardrailManagedWord.Builder action(String action)
The action for the managed word.
- Parameters:
action- The action for the managed word.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailWordPolicyAction,GuardrailWordPolicyAction
-
action
GuardrailManagedWord.Builder action(GuardrailWordPolicyAction action)
The action for the managed word.
- Parameters:
action- The action for the managed word.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailWordPolicyAction,GuardrailWordPolicyAction
-
detected
GuardrailManagedWord.Builder detected(Boolean detected)
Indicates whether managed word content that breaches the guardrail configuration is detected.
- Parameters:
detected- Indicates whether managed word content that breaches the guardrail configuration is detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-