Interface BlockedPhrasesConfigurationUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BlockedPhrasesConfigurationUpdate.Builder,
,BlockedPhrasesConfigurationUpdate> SdkBuilder<BlockedPhrasesConfigurationUpdate.Builder,
,BlockedPhrasesConfigurationUpdate> SdkPojo
- Enclosing class:
BlockedPhrasesConfigurationUpdate
@Mutable
@NotThreadSafe
public static interface BlockedPhrasesConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<BlockedPhrasesConfigurationUpdate.Builder,BlockedPhrasesConfigurationUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionblockedPhrasesToCreateOrUpdate
(String... blockedPhrasesToCreateOrUpdate) Creates or updates a blocked phrases configuration in your Amazon Q Business application.blockedPhrasesToCreateOrUpdate
(Collection<String> blockedPhrasesToCreateOrUpdate) Creates or updates a blocked phrases configuration in your Amazon Q Business application.blockedPhrasesToDelete
(String... blockedPhrasesToDelete) Deletes a blocked phrases configuration in your Amazon Q Business application.blockedPhrasesToDelete
(Collection<String> blockedPhrasesToDelete) Deletes a blocked phrases configuration in your Amazon Q Business application.systemMessageOverride
(String systemMessageOverride) The configured custom message displayed to your end user when they use 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
-
blockedPhrasesToCreateOrUpdate
BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToCreateOrUpdate(Collection<String> blockedPhrasesToCreateOrUpdate) Creates or updates a blocked phrases configuration in your Amazon Q Business application.
- Parameters:
blockedPhrasesToCreateOrUpdate
- Creates or updates a blocked phrases configuration in your Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedPhrasesToCreateOrUpdate
BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToCreateOrUpdate(String... blockedPhrasesToCreateOrUpdate) Creates or updates a blocked phrases configuration in your Amazon Q Business application.
- Parameters:
blockedPhrasesToCreateOrUpdate
- Creates or updates a blocked phrases configuration in your Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedPhrasesToDelete
BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToDelete(Collection<String> blockedPhrasesToDelete) Deletes a blocked phrases configuration in your Amazon Q Business application.
- Parameters:
blockedPhrasesToDelete
- Deletes a blocked phrases configuration in your Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedPhrasesToDelete
Deletes a blocked phrases configuration in your Amazon Q Business application.
- Parameters:
blockedPhrasesToDelete
- Deletes a blocked phrases configuration in your Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemMessageOverride
The configured custom message displayed to your end user when they use blocked phrase during chat.
- Parameters:
systemMessageOverride
- The configured custom message displayed to your end user when they use blocked phrase during chat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-