Interface SpekeKeyProviderCmaf.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SpekeKeyProviderCmaf.Builder,SpekeKeyProviderCmaf>, SdkBuilder<SpekeKeyProviderCmaf.Builder,SpekeKeyProviderCmaf>, SdkPojo
Enclosing class:
SpekeKeyProviderCmaf

public static interface SpekeKeyProviderCmaf.Builder extends SdkPojo, CopyableBuilder<SpekeKeyProviderCmaf.Builder,SpekeKeyProviderCmaf>
  • Method Details

    • certificateArn

      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. Specify the certificate's Amazon Resource Name (ARN) here.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashSignaledSystemIds

      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. The DASH manifest can currently signal up to three system IDs. For more information, see https://dashif.org/identifiers/content_protection/.
      Parameters:
      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/.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashSignaledSystemIds

      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. The DASH manifest can currently signal up to three system IDs. For more information, see https://dashif.org/identifiers/content_protection/.
      Parameters:
      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/.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hlsSignaledSystemIds

      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. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.
      Parameters:
      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/.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hlsSignaledSystemIds

      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. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.
      Parameters:
      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/.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      SpekeKeyProviderCmaf.Builder resourceId(String resourceId)
      Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
      Parameters:
      resourceId - Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.
      Parameters:
      url - Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.