Interface VoiceRecordingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceRecordingConfiguration.Builder,
,VoiceRecordingConfiguration> SdkBuilder<VoiceRecordingConfiguration.Builder,
,VoiceRecordingConfiguration> SdkPojo
- Enclosing class:
VoiceRecordingConfiguration
@Mutable
@NotThreadSafe
public static interface VoiceRecordingConfiguration.Builder
extends SdkPojo, CopyableBuilder<VoiceRecordingConfiguration.Builder,VoiceRecordingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionivrRecordingTrack
(String ivrRecordingTrack) Identifies which IVR track is being recorded.ivrRecordingTrack
(IvrRecordingTrack ivrRecordingTrack) Identifies which IVR track is being recorded.voiceRecordingTrack
(String voiceRecordingTrack) Identifies which track is being recorded.voiceRecordingTrack
(VoiceRecordingTrack voiceRecordingTrack) Identifies which track is being recorded.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
-
voiceRecordingTrack
Identifies which track is being recorded.
- Parameters:
voiceRecordingTrack
- Identifies which track is being recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
voiceRecordingTrack
Identifies which track is being recorded.
- Parameters:
voiceRecordingTrack
- Identifies which track is being recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ivrRecordingTrack
Identifies which IVR track is being recorded.
One and only one of the track configurations should be presented in the request.
- Parameters:
ivrRecordingTrack
- Identifies which IVR track is being recorded.One and only one of the track configurations should be presented in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ivrRecordingTrack
Identifies which IVR track is being recorded.
One and only one of the track configurations should be presented in the request.
- Parameters:
ivrRecordingTrack
- Identifies which IVR track is being recorded.One and only one of the track configurations should be presented in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-