Interface AudioSelectorGroup.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AudioSelectorGroup.Builder,AudioSelectorGroup>
,SdkBuilder<AudioSelectorGroup.Builder,AudioSelectorGroup>
,SdkPojo
- Enclosing class:
- AudioSelectorGroup
public static interface AudioSelectorGroup.Builder extends SdkPojo, CopyableBuilder<AudioSelectorGroup.Builder,AudioSelectorGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioSelectorGroup.Builder
audioSelectorNames(String... audioSelectorNames)
Name of an Audio Selector within the same input to include in the group.AudioSelectorGroup.Builder
audioSelectorNames(Collection<String> audioSelectorNames)
Name of an Audio Selector within the same input to include in the group.-
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
-
audioSelectorNames
AudioSelectorGroup.Builder audioSelectorNames(Collection<String> audioSelectorNames)
Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.- Parameters:
audioSelectorNames
- Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioSelectorNames
AudioSelectorGroup.Builder audioSelectorNames(String... audioSelectorNames)
Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.- Parameters:
audioSelectorNames
- Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-