Interface AudioHlsRenditionSelection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioHlsRenditionSelection.Builder,AudioHlsRenditionSelection>,SdkBuilder<AudioHlsRenditionSelection.Builder,AudioHlsRenditionSelection>,SdkPojo
- Enclosing class:
- AudioHlsRenditionSelection
public static interface AudioHlsRenditionSelection.Builder extends SdkPojo, CopyableBuilder<AudioHlsRenditionSelection.Builder,AudioHlsRenditionSelection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioHlsRenditionSelection.BuildergroupId(String groupId)Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.AudioHlsRenditionSelection.Buildername(String name)Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.-
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, sdkFields
-
-
-
-
Method Detail
-
groupId
AudioHlsRenditionSelection.Builder groupId(String groupId)
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.- Parameters:
groupId- Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AudioHlsRenditionSelection.Builder name(String name)
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.- Parameters:
name- Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-