Interface BlockedPhrasesConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BlockedPhrasesConfigurationUpdate.Builder,BlockedPhrasesConfigurationUpdate>,SdkBuilder<BlockedPhrasesConfigurationUpdate.Builder,BlockedPhrasesConfigurationUpdate>,SdkPojo
- Enclosing class:
- BlockedPhrasesConfigurationUpdate
public static interface BlockedPhrasesConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<BlockedPhrasesConfigurationUpdate.Builder,BlockedPhrasesConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockedPhrasesConfigurationUpdate.BuilderblockedPhrasesToCreateOrUpdate(String... blockedPhrasesToCreateOrUpdate)Creates or updates a blocked phrases configuration in your Amazon Q Business application.BlockedPhrasesConfigurationUpdate.BuilderblockedPhrasesToCreateOrUpdate(Collection<String> blockedPhrasesToCreateOrUpdate)Creates or updates a blocked phrases configuration in your Amazon Q Business application.BlockedPhrasesConfigurationUpdate.BuilderblockedPhrasesToDelete(String... blockedPhrasesToDelete)Deletes a blocked phrases configuration in your Amazon Q Business application.BlockedPhrasesConfigurationUpdate.BuilderblockedPhrasesToDelete(Collection<String> blockedPhrasesToDelete)Deletes a blocked phrases configuration in your Amazon Q Business application.BlockedPhrasesConfigurationUpdate.BuildersystemMessageOverride(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, sdkFields
-
-
-
-
Method Detail
-
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
BlockedPhrasesConfigurationUpdate.Builder blockedPhrasesToDelete(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.
-
systemMessageOverride
BlockedPhrasesConfigurationUpdate.Builder systemMessageOverride(String 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.
-
-