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
Modifier and TypeMethodDescriptionThe action for the managed word.action
(GuardrailWordPolicyAction action) The action for the managed word.Indicates whether managed word content that breaches the guardrail configuration is detected.The match for the managed word.The type for the managed word.type
(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 Details
-
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
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:
-
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:
-
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:
-
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:
-
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.
-