Interface VoiceRecordingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceRecordingConfiguration.Builder,VoiceRecordingConfiguration>,SdkBuilder<VoiceRecordingConfiguration.Builder,VoiceRecordingConfiguration>,SdkPojo
- Enclosing class:
- VoiceRecordingConfiguration
public static interface VoiceRecordingConfiguration.Builder extends SdkPojo, CopyableBuilder<VoiceRecordingConfiguration.Builder,VoiceRecordingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceRecordingConfiguration.BuilderivrRecordingTrack(String ivrRecordingTrack)Identifies which IVR track is being recorded.VoiceRecordingConfiguration.BuilderivrRecordingTrack(IvrRecordingTrack ivrRecordingTrack)Identifies which IVR track is being recorded.VoiceRecordingConfiguration.BuildervoiceRecordingTrack(String voiceRecordingTrack)Identifies which track is being recorded.VoiceRecordingConfiguration.BuildervoiceRecordingTrack(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 Detail
-
voiceRecordingTrack
VoiceRecordingConfiguration.Builder voiceRecordingTrack(String 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,VoiceRecordingTrack
-
voiceRecordingTrack
VoiceRecordingConfiguration.Builder voiceRecordingTrack(VoiceRecordingTrack 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,VoiceRecordingTrack
-
ivrRecordingTrack
VoiceRecordingConfiguration.Builder ivrRecordingTrack(String 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,IvrRecordingTrack
-
ivrRecordingTrack
VoiceRecordingConfiguration.Builder ivrRecordingTrack(IvrRecordingTrack 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,IvrRecordingTrack
-
-