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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceAnalyticsProcessorConfiguration.BuilderspeakerSearchStatus(String speakerSearchStatus)The status of the speaker search task.VoiceAnalyticsProcessorConfiguration.BuilderspeakerSearchStatus(VoiceAnalyticsConfigurationStatus speakerSearchStatus)The status of the speaker search task.VoiceAnalyticsProcessorConfiguration.BuildervoiceToneAnalysisStatus(String voiceToneAnalysisStatus)The status of the voice tone analysis task.VoiceAnalyticsProcessorConfiguration.BuildervoiceToneAnalysisStatus(VoiceAnalyticsConfigurationStatus voiceToneAnalysisStatus)The status of the voice tone analysis task.-
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 Detail
-
speakerSearchStatus
VoiceAnalyticsProcessorConfiguration.Builder speakerSearchStatus(String 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:
VoiceAnalyticsConfigurationStatus,VoiceAnalyticsConfigurationStatus
-
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:
VoiceAnalyticsConfigurationStatus,VoiceAnalyticsConfigurationStatus
-
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:
VoiceAnalyticsConfigurationStatus,VoiceAnalyticsConfigurationStatus
-
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:
VoiceAnalyticsConfigurationStatus,VoiceAnalyticsConfigurationStatus
-
-