Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.AudioSelectorGroup.Builder
-
Packages that use AudioSelectorGroup.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AudioSelectorGroup.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AudioSelectorGroup.Builder Modifier and Type Method Description AudioSelectorGroup.BuilderAudioSelectorGroup.Builder. audioSelectorNames(String... audioSelectorNames)Name of an Audio Selector within the same input to include in the group.AudioSelectorGroup.BuilderAudioSelectorGroup.Builder. audioSelectorNames(Collection<String> audioSelectorNames)Name of an Audio Selector within the same input to include in the group.static AudioSelectorGroup.BuilderAudioSelectorGroup. builder()AudioSelectorGroup.BuilderAudioSelectorGroup. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type AudioSelectorGroup.Builder Modifier and Type Method Description static Class<? extends AudioSelectorGroup.Builder>AudioSelectorGroup. serializableBuilderClass()
-