Interface SummaryConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SummaryConfiguration.Builder,,SummaryConfiguration> SdkBuilder<SummaryConfiguration.Builder,,SummaryConfiguration> SdkPojo
- Enclosing class:
SummaryConfiguration
@Mutable
@NotThreadSafe
public static interface SummaryConfiguration.Builder
extends SdkPojo, CopyableBuilder<SummaryConfiguration.Builder,SummaryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsummaryModes(Collection<SummaryMode> summaryModes) The summary modes that determine what type of summarization is generated.summaryModes(SummaryMode... summaryModes) The summary modes that determine what type of summarization is generated.summaryModesWithStrings(String... summaryModes) The summary modes that determine what type of summarization is generated.summaryModesWithStrings(Collection<String> summaryModes) The summary modes that determine what type of summarization is generated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
summaryModesWithStrings
The summary modes that determine what type of summarization is generated. Valid values:
PostContact|AutomatedInteraction|ContactChain.- Parameters:
summaryModes- The summary modes that determine what type of summarization is generated. Valid values:PostContact|AutomatedInteraction|ContactChain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaryModesWithStrings
The summary modes that determine what type of summarization is generated. Valid values:
PostContact|AutomatedInteraction|ContactChain.- Parameters:
summaryModes- The summary modes that determine what type of summarization is generated. Valid values:PostContact|AutomatedInteraction|ContactChain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaryModes
The summary modes that determine what type of summarization is generated. Valid values:
PostContact|AutomatedInteraction|ContactChain.- Parameters:
summaryModes- The summary modes that determine what type of summarization is generated. Valid values:PostContact|AutomatedInteraction|ContactChain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaryModes
The summary modes that determine what type of summarization is generated. Valid values:
PostContact|AutomatedInteraction|ContactChain.- Parameters:
summaryModes- The summary modes that determine what type of summarization is generated. Valid values:PostContact|AutomatedInteraction|ContactChain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-