Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.SpekeKeyProvider.Builder
-
Packages that use SpekeKeyProvider.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of SpekeKeyProvider.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return SpekeKeyProvider.Builder Modifier and Type Method Description static SpekeKeyProvider.BuilderSpekeKeyProvider. builder()SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. certificateArn(String certificateArn)If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate with a master key using AWS Certificate Manager.SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. resourceId(String resourceId)Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. systemIds(String... systemIds)Relates to SPEKE implementation.SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. systemIds(Collection<String> systemIds)Relates to SPEKE implementation.SpekeKeyProvider.BuilderSpekeKeyProvider. toBuilder()SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. url(String url)Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type SpekeKeyProvider.Builder Modifier and Type Method Description static Class<? extends SpekeKeyProvider.Builder>SpekeKeyProvider. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type SpekeKeyProvider.Builder Modifier and Type Method Description default DashIsoEncryptionSettings.BuilderDashIsoEncryptionSettings.Builder. spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider.default HlsEncryptionSettings.BuilderHlsEncryptionSettings.Builder. spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider.default MsSmoothEncryptionSettings.BuilderMsSmoothEncryptionSettings.Builder. spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider.
-