public static interface SpekeKeyProviderCmaf.Builder extends SdkPojo, CopyableBuilder<SpekeKeyProviderCmaf.Builder,SpekeKeyProviderCmaf>
Modifier and Type | Method and Description |
---|---|
SpekeKeyProviderCmaf.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.
|
SpekeKeyProviderCmaf.Builder |
dashSignaledSystemIds(Collection<String> dashSignaledSystemIds)
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of
this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
dashSignaledSystemIds(String... dashSignaledSystemIds)
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of
this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
hlsSignaledSystemIds(Collection<String> hlsSignaledSystemIds)
Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of
this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
hlsSignaledSystemIds(String... hlsSignaledSystemIds)
Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of
this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
resourceId(String resourceId)
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
SpekeKeyProviderCmaf.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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SpekeKeyProviderCmaf.Builder certificateArn(String certificateArn)
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. Specify the certificate's Amazon Resource
Name (ARN) here.SpekeKeyProviderCmaf.Builder dashSignaledSystemIds(Collection<String> dashSignaledSystemIds)
dashSignaledSystemIds
- Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as
part of this CMAF package. The DASH manifest can currently signal up to three system IDs. For more
information, see https://dashif.org/identifiers/content_protection/.SpekeKeyProviderCmaf.Builder dashSignaledSystemIds(String... dashSignaledSystemIds)
dashSignaledSystemIds
- Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as
part of this CMAF package. The DASH manifest can currently signal up to three system IDs. For more
information, see https://dashif.org/identifiers/content_protection/.SpekeKeyProviderCmaf.Builder hlsSignaledSystemIds(Collection<String> hlsSignaledSystemIds)
hlsSignaledSystemIds
- Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part
of this CMAF package. The HLS manifest can currently signal only one system ID. For more information,
see https://dashif.org/identifiers/content_protection/.SpekeKeyProviderCmaf.Builder hlsSignaledSystemIds(String... hlsSignaledSystemIds)
hlsSignaledSystemIds
- Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part
of this CMAF package. The HLS manifest can currently signal only one system ID. For more information,
see https://dashif.org/identifiers/content_protection/.SpekeKeyProviderCmaf.Builder resourceId(String resourceId)
resourceId
- Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.SpekeKeyProviderCmaf.Builder url(String url)
url
- Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for
encrypting your content.Copyright © 2022. All rights reserved.