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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
blockedPhrasesA list of phrases blocked from a Amazon Q Business web experience chat. Each phrase can contain a maximum of 36 characters. The list can contain a maximum of 20 phrases. - Parameters:
- blockedPhrases- A list of phrases blocked from a Amazon Q Business web experience chat.- Each phrase can contain a maximum of 36 characters. The list can contain a maximum of 20 phrases. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
blockedPhrasesA list of phrases blocked from a Amazon Q Business web experience chat. Each phrase can contain a maximum of 36 characters. The list can contain a maximum of 20 phrases. - Parameters:
- blockedPhrases- A list of phrases blocked from a Amazon Q Business web experience chat.- Each phrase can contain a maximum of 36 characters. The list can contain a maximum of 20 phrases. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
systemMessageOverrideThe 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.
 
 
-