protected static class ConfigurationEvent.BuilderImpl extends Object implements ConfigurationEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(ConfigurationEvent model) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent |
build() |
ConfigurationEvent.Builder |
channelDefinitions(ChannelDefinition... channelDefinitions)
Indicates which speaker is on which audio channel.
|
ConfigurationEvent.Builder |
channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Indicates which speaker is on which audio channel.
|
ConfigurationEvent.Builder |
channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
Indicates which speaker is on which audio channel.
|
List<ChannelDefinition.Builder> |
getChannelDefinitions() |
PostCallAnalyticsSettings.Builder |
getPostCallAnalyticsSettings() |
ConfigurationEvent.Builder |
postCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings)
Provides additional optional settings for your Call Analytics post-call request, including encryption and
output locations for your redacted and unredacted transcript.
|
List<SdkField<?>> |
sdkFields() |
void |
setChannelDefinitions(Collection<software.amazon.awssdk.services.transcribestreaming.model.ChannelDefinition.BuilderImpl> channelDefinitions) |
void |
setPostCallAnalyticsSettings(software.amazon.awssdk.services.transcribestreaming.model.PostCallAnalyticsSettings.BuilderImpl postCallAnalyticsSettings) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostCallAnalyticsSettingsequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(ConfigurationEvent model)
public final List<ChannelDefinition.Builder> getChannelDefinitions()
public final void setChannelDefinitions(Collection<software.amazon.awssdk.services.transcribestreaming.model.ChannelDefinition.BuilderImpl> channelDefinitions)
public final ConfigurationEvent.Builder channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
ConfigurationEvent.BuilderIndicates which speaker is on which audio channel.
channelDefinitions in interface ConfigurationEvent.BuilderchannelDefinitions - Indicates which speaker is on which audio channel.@SafeVarargs public final ConfigurationEvent.Builder channelDefinitions(ChannelDefinition... channelDefinitions)
ConfigurationEvent.BuilderIndicates which speaker is on which audio channel.
channelDefinitions in interface ConfigurationEvent.BuilderchannelDefinitions - Indicates which speaker is on which audio channel.@SafeVarargs public final ConfigurationEvent.Builder channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
ConfigurationEvent.BuilderIndicates 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 via
ChannelDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #channelDefinitions(List.
channelDefinitions in interface ConfigurationEvent.BuilderchannelDefinitions - a consumer that will call methods on
ChannelDefinition.Builder#channelDefinitions(java.util.Collection) public final PostCallAnalyticsSettings.Builder getPostCallAnalyticsSettings()
public final void setPostCallAnalyticsSettings(software.amazon.awssdk.services.transcribestreaming.model.PostCallAnalyticsSettings.BuilderImpl postCallAnalyticsSettings)
public final ConfigurationEvent.Builder postCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings)
ConfigurationEvent.BuilderProvides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted and unredacted transcript.
postCallAnalyticsSettings in interface ConfigurationEvent.BuilderpostCallAnalyticsSettings - Provides additional optional settings for your Call Analytics post-call request, including encryption
and output locations for your redacted and unredacted transcript.public ConfigurationEvent build()
build in interface Buildablebuild in interface SdkBuilder<ConfigurationEvent.Builder,ConfigurationEvent>Copyright © 2023. All rights reserved.