Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.HlsContentProtection.Builder
-
Packages that use HlsContentProtection.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of HlsContentProtection.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return HlsContentProtection.Builder Modifier and Type Method Description static HlsContentProtection.BuilderHlsContentProtection. builder()HlsContentProtection.BuilderHlsContentProtection.Builder. initializationVector(String initializationVector)If Elastic Transcoder is generating your key for you, you must leave this field blank.HlsContentProtection.BuilderHlsContentProtection.Builder. key(String key)If you want Elastic Transcoder to generate a key for you, leave this field blank.HlsContentProtection.BuilderHlsContentProtection.Builder. keyMd5(String keyMd5)If Elastic Transcoder is generating your key for you, you must leave this field blank.HlsContentProtection.BuilderHlsContentProtection.Builder. keyStoragePolicy(String keyStoragePolicy)Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket.HlsContentProtection.BuilderHlsContentProtection.Builder. licenseAcquisitionUrl(String licenseAcquisitionUrl)The location of the license key required to decrypt your HLS playlist.HlsContentProtection.BuilderHlsContentProtection.Builder. method(String method)The content protection method for your output.HlsContentProtection.BuilderHlsContentProtection. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type HlsContentProtection.Builder Modifier and Type Method Description static Class<? extends HlsContentProtection.Builder>HlsContentProtection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type HlsContentProtection.Builder Modifier and Type Method Description default CreateJobPlaylist.BuilderCreateJobPlaylist.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.default Playlist.BuilderPlaylist.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.
-