Interface AudioFeedInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioFeedInput.Builder,,AudioFeedInput> SdkBuilder<AudioFeedInput.Builder,,AudioFeedInput> SdkPojo
- Enclosing class:
AudioFeedInput
@Mutable
@NotThreadSafe
public static interface AudioFeedInput.Builder
extends SdkPojo, CopyableBuilder<AudioFeedInput.Builder,AudioFeedInput>
-
Method Summary
Modifier and TypeMethodDescriptionaudioSelectorName(String audioSelectorName) The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.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, sdkFieldNameToField, sdkFields
-
Method Details
-
audioSelectorName
The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.- Parameters:
audioSelectorName- The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedInput
The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.- Parameters:
feedInput- The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-