Interface BlockedPhrasesConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BlockedPhrasesConfiguration.Builder,
,BlockedPhrasesConfiguration> SdkBuilder<BlockedPhrasesConfiguration.Builder,
,BlockedPhrasesConfiguration> SdkPojo
- Enclosing class:
BlockedPhrasesConfiguration
@Mutable
@NotThreadSafe
public static interface BlockedPhrasesConfiguration.Builder
extends SdkPojo, CopyableBuilder<BlockedPhrasesConfiguration.Builder,BlockedPhrasesConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionblockedPhrases
(String... blockedPhrases) A list of phrases blocked from a Amazon Q Business web experience chat.blockedPhrases
(Collection<String> blockedPhrases) A list of phrases blocked from a Amazon Q Business web experience chat.systemMessageOverride
(String systemMessageOverride) The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.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
-
blockedPhrases
A list of phrases blocked from a Amazon Q Business web experience chat.
- Parameters:
blockedPhrases
- A list of phrases blocked from a Amazon Q Business web experience chat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedPhrases
A list of phrases blocked from a Amazon Q Business web experience chat.
- Parameters:
blockedPhrases
- A list of phrases blocked from a Amazon Q Business web experience chat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemMessageOverride
The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.
- Parameters:
systemMessageOverride
- The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-