Interface AccountConfiguration.Builder

    • Method Detail

      • kmsKeyId

        AccountConfiguration.Builder kmsKeyId​(String kmsKeyId)
        Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.
        Parameters:
        kmsKeyId - Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.
        Returns:
        Returns a reference to this object so that method calls can be chained together.