static CreateJobPlaylist.Builder |
CreateJobPlaylist.builder() |
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.Builder.format(String format) |
The format of the output playlist.
|
default CreateJobPlaylist.Builder |
CreateJobPlaylist.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.
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.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.
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.Builder.name(String name) |
The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8.
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.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.
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.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 CreateJobPlaylist.Builder |
CreateJobPlaylist.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.
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.Builder.playReadyDrm(PlayReadyDrm playReadyDrm) |
The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this
playlist.
|
CreateJobPlaylist.Builder |
CreateJobPlaylist.toBuilder() |
|