static Playlist.Builder |
Playlist.builder() |
|
Playlist.Builder |
Playlist.Builder.format(String format) |
The format of the output playlist.
|
default Playlist.Builder |
Playlist.Builder.hlsContentProtection(Consumer<HlsContentProtection.Builder> hlsContentProtection) |
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
Playlist.Builder |
Playlist.Builder.hlsContentProtection(HlsContentProtection hlsContentProtection) |
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files
associated with this playlist.
|
Playlist.Builder |
Playlist.Builder.name(String name) |
The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8.
|
Playlist.Builder |
Playlist.Builder.outputKeys(String... outputKeys) |
For each output in this job that you want to include in a master playlist, the value of the Outputs:Key
object.
|
Playlist.Builder |
Playlist.Builder.outputKeys(Collection<String> outputKeys) |
For each output in this job that you want to include in a master playlist, the value of the Outputs:Key
object.
|
default Playlist.Builder |
Playlist.Builder.playReadyDrm(Consumer<PlayReadyDrm.Builder> playReadyDrm) |
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
Playlist.Builder |
Playlist.Builder.playReadyDrm(PlayReadyDrm playReadyDrm) |
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
Playlist.Builder |
Playlist.Builder.status(String status) |
The status of the job with which the playlist is associated.
|
Playlist.Builder |
Playlist.Builder.statusDetail(String statusDetail) |
Information that further explains the status.
|
Playlist.Builder |
Playlist.toBuilder() |
|