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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailManagedWord.Builder
action(String action)
The action details for the managed word filter in the Guardrail.GuardrailManagedWord.Builder
action(GuardrailWordPolicyAction action)
The action details for the managed word filter in the Guardrail.GuardrailManagedWord.Builder
match(String match)
The match details for the managed word filter in the Guardrail.GuardrailManagedWord.Builder
type(String type)
The type details for the managed word filter in the Guardrail.GuardrailManagedWord.Builder
type(GuardrailManagedWordType type)
The type details for the managed word filter in 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
action
GuardrailManagedWord.Builder action(String action)
The action details for the managed word filter in the Guardrail.
- Parameters:
action
- The action details for the managed word filter in the Guardrail.- 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 details for the managed word filter in the Guardrail.
- Parameters:
action
- The action details for the managed word filter in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailWordPolicyAction
,GuardrailWordPolicyAction
-
match
GuardrailManagedWord.Builder match(String match)
The match details for the managed word filter in the Guardrail.
- Parameters:
match
- The match details for the managed word filter in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
GuardrailManagedWord.Builder type(String type)
The type details for the managed word filter in the Guardrail.
- Parameters:
type
- The type details for the managed word filter in the Guardrail.- 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 details for the managed word filter in the Guardrail.
- Parameters:
type
- The type details for the managed word filter in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailManagedWordType
,GuardrailManagedWordType
-
-