Interface ConfigurationEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationEvent.Builder,
,ConfigurationEvent> SdkBuilder<ConfigurationEvent.Builder,
,ConfigurationEvent> SdkPojo
- All Known Subinterfaces:
DefaultConfigurationEvent.Builder
- Enclosing class:
ConfigurationEvent
-
Method Summary
Modifier and TypeMethodDescriptionchannelDefinitions
(Collection<ChannelDefinition> channelDefinitions) Indicates which speaker is on which audio channel.channelDefinitions
(Consumer<ChannelDefinition.Builder>... channelDefinitions) Indicates which speaker is on which audio channel.channelDefinitions
(ChannelDefinition... channelDefinitions) Indicates which speaker is on which audio channel.default ConfigurationEvent.Builder
postCallAnalyticsSettings
(Consumer<PostCallAnalyticsSettings.Builder> postCallAnalyticsSettings) Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.postCallAnalyticsSettings
(PostCallAnalyticsSettings postCallAnalyticsSettings) Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.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
-
channelDefinitions
Indicates which speaker is on which audio channel.
- Parameters:
channelDefinitions
- Indicates which speaker is on which audio channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelDefinitions
Indicates which speaker is on which audio channel.
- Parameters:
channelDefinitions
- Indicates which speaker is on which audio channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelDefinitions
ConfigurationEvent.Builder channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions) Indicates which speaker is on which audio channel.
This is a convenience method that creates an instance of theChannelDefinition.Builder
avoiding the need to create one manually viaChannelDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannelDefinitions(List<ChannelDefinition>)
.- Parameters:
channelDefinitions
- a consumer that will call methods onChannelDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
postCallAnalyticsSettings
ConfigurationEvent.Builder postCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings) Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.
PostCallAnalyticsSettings
provides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.- Parameters:
postCallAnalyticsSettings
- Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.PostCallAnalyticsSettings
provides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postCallAnalyticsSettings
default ConfigurationEvent.Builder postCallAnalyticsSettings(Consumer<PostCallAnalyticsSettings.Builder> postCallAnalyticsSettings) Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.
PostCallAnalyticsSettings
provides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.PostCallAnalyticsSettings.Builder
avoiding the need to create one manually viaPostCallAnalyticsSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topostCallAnalyticsSettings(PostCallAnalyticsSettings)
.- Parameters:
postCallAnalyticsSettings
- a consumer that will call methods onPostCallAnalyticsSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-