Interface VoiceAnalyticsProcessorConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VoiceAnalyticsProcessorConfiguration.Builder,,VoiceAnalyticsProcessorConfiguration> SdkBuilder<VoiceAnalyticsProcessorConfiguration.Builder,,VoiceAnalyticsProcessorConfiguration> SdkPojo
- Enclosing class:
 VoiceAnalyticsProcessorConfiguration
public static interface VoiceAnalyticsProcessorConfiguration.Builder
extends SdkPojo, CopyableBuilder<VoiceAnalyticsProcessorConfiguration.Builder,VoiceAnalyticsProcessorConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionspeakerSearchStatus(String speakerSearchStatus) The status of the speaker search task.speakerSearchStatus(VoiceAnalyticsConfigurationStatus speakerSearchStatus) The status of the speaker search task.voiceToneAnalysisStatus(String voiceToneAnalysisStatus) The status of the voice tone analysis task.voiceToneAnalysisStatus(VoiceAnalyticsConfigurationStatus voiceToneAnalysisStatus) The status of the voice tone analysis task.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, sdkFields 
- 
Method Details
- 
speakerSearchStatus
The status of the speaker search task.
- Parameters:
 speakerSearchStatus- The status of the speaker search task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
speakerSearchStatus
VoiceAnalyticsProcessorConfiguration.Builder speakerSearchStatus(VoiceAnalyticsConfigurationStatus speakerSearchStatus) The status of the speaker search task.
- Parameters:
 speakerSearchStatus- The status of the speaker search task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
voiceToneAnalysisStatus
VoiceAnalyticsProcessorConfiguration.Builder voiceToneAnalysisStatus(String voiceToneAnalysisStatus) The status of the voice tone analysis task.
- Parameters:
 voiceToneAnalysisStatus- The status of the voice tone analysis task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
voiceToneAnalysisStatus
VoiceAnalyticsProcessorConfiguration.Builder voiceToneAnalysisStatus(VoiceAnalyticsConfigurationStatus voiceToneAnalysisStatus) The status of the voice tone analysis task.
- Parameters:
 voiceToneAnalysisStatus- The status of the voice tone analysis task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -