Class ConfigurationEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.transcribestreaming.model.ConfigurationEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,ConfigurationEvent.Builder,Buildable,CopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>,SdkBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
- Enclosing class:
- ConfigurationEvent
protected static class ConfigurationEvent.BuilderImpl extends Object implements ConfigurationEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(ConfigurationEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationEventbuild()ConfigurationEvent.BuilderchannelDefinitions(Collection<ChannelDefinition> channelDefinitions)Indicates which speaker is on which audio channel.ConfigurationEvent.BuilderchannelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)Indicates which speaker is on which audio channel.ConfigurationEvent.BuilderchannelDefinitions(ChannelDefinition... channelDefinitions)Indicates which speaker is on which audio channel.List<ChannelDefinition.Builder>getChannelDefinitions()PostCallAnalyticsSettings.BuildergetPostCallAnalyticsSettings()ConfigurationEvent.BuilderpostCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings)Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()voidsetChannelDefinitions(Collection<software.amazon.awssdk.services.transcribestreaming.model.ChannelDefinition.BuilderImpl> channelDefinitions)voidsetPostCallAnalyticsSettings(software.amazon.awssdk.services.transcribestreaming.model.PostCallAnalyticsSettings.BuilderImpl postCallAnalyticsSettings)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.transcribestreaming.model.ConfigurationEvent.Builder
postCallAnalyticsSettings
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(ConfigurationEvent model)
-
-
Method Detail
-
getChannelDefinitions
public final List<ChannelDefinition.Builder> getChannelDefinitions()
-
setChannelDefinitions
public final void setChannelDefinitions(Collection<software.amazon.awssdk.services.transcribestreaming.model.ChannelDefinition.BuilderImpl> channelDefinitions)
-
channelDefinitions
public final ConfigurationEvent.Builder channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Description copied from interface:ConfigurationEvent.BuilderIndicates which speaker is on which audio channel.
- Specified by:
channelDefinitionsin interfaceConfigurationEvent.Builder- 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
@SafeVarargs public final ConfigurationEvent.Builder channelDefinitions(ChannelDefinition... channelDefinitions)
Description copied from interface:ConfigurationEvent.BuilderIndicates which speaker is on which audio channel.
- Specified by:
channelDefinitionsin interfaceConfigurationEvent.Builder- 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
@SafeVarargs public final ConfigurationEvent.Builder channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
Description copied from interface:ConfigurationEvent.BuilderIndicates which speaker is on which audio channel.
This is a convenience method that creates an instance of theChannelDefinition.Builderavoiding the need to create one manually viaChannelDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#channelDefinitions(List.) - Specified by:
channelDefinitionsin interfaceConfigurationEvent.Builder- 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:
#channelDefinitions(java.util.Collection)
-
getPostCallAnalyticsSettings
public final PostCallAnalyticsSettings.Builder getPostCallAnalyticsSettings()
-
setPostCallAnalyticsSettings
public final void setPostCallAnalyticsSettings(software.amazon.awssdk.services.transcribestreaming.model.PostCallAnalyticsSettings.BuilderImpl postCallAnalyticsSettings)
-
postCallAnalyticsSettings
public final ConfigurationEvent.Builder postCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings)
Description copied from interface:ConfigurationEvent.BuilderProvides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.
PostCallAnalyticsSettingsprovides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.- Specified by:
postCallAnalyticsSettingsin interfaceConfigurationEvent.Builder- Parameters:
postCallAnalyticsSettings- Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.PostCallAnalyticsSettingsprovides 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.
-
build
public ConfigurationEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
-
sdkFieldNameToField
public Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-