Interface BlockedPhrasesConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BlockedPhrasesConfiguration.Builder,BlockedPhrasesConfiguration>,SdkBuilder<BlockedPhrasesConfiguration.Builder,BlockedPhrasesConfiguration>,SdkPojo
- Enclosing class:
- BlockedPhrasesConfiguration
public static interface BlockedPhrasesConfiguration.Builder extends SdkPojo, CopyableBuilder<BlockedPhrasesConfiguration.Builder,BlockedPhrasesConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockedPhrasesConfiguration.BuilderblockedPhrases(String... blockedPhrases)A list of phrases blocked from a Amazon Q Business web experience chat.BlockedPhrasesConfiguration.BuilderblockedPhrases(Collection<String> blockedPhrases)A list of phrases blocked from a Amazon Q Business web experience chat.BlockedPhrasesConfiguration.BuildersystemMessageOverride(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, sdkFields
-
-
-
-
Method Detail
-
blockedPhrases
BlockedPhrasesConfiguration.Builder blockedPhrases(Collection<String> 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
BlockedPhrasesConfiguration.Builder blockedPhrases(String... 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
BlockedPhrasesConfiguration.Builder systemMessageOverride(String 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.
-
-