Interface GuardrailManagedWord.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailManagedWord.Builder,
,GuardrailManagedWord> SdkBuilder<GuardrailManagedWord.Builder,
,GuardrailManagedWord> SdkPojo
- Enclosing class:
GuardrailManagedWord
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.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, 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:
-