Interface SrtCallerDecryption.Builder

  • Method Details

    • algorithm

      SrtCallerDecryption.Builder algorithm(String algorithm)
      The algorithm used to encrypt content.
      Parameters:
      algorithm - The algorithm used to encrypt content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • algorithm

      SrtCallerDecryption.Builder algorithm(Algorithm algorithm)
      The algorithm used to encrypt content.
      Parameters:
      algorithm - The algorithm used to encrypt content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • passphraseSecretArn

      SrtCallerDecryption.Builder passphraseSecretArn(String passphraseSecretArn)
      The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. The secret holds the passphrase that MediaLive uses to decrypt the source content.
      Parameters:
      passphraseSecretArn - The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. The secret holds the passphrase that MediaLive uses to decrypt the source content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.