public static interface Encryption.Builder extends SdkPojo, CopyableBuilder<Encryption.Builder,Encryption>
| Modifier and Type | Method and Description | 
|---|---|
Encryption.Builder | 
algorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256). 
 | 
Encryption.Builder | 
algorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256). 
 | 
Encryption.Builder | 
keyType(KeyType keyType)
The type of key that is used for the encryption. 
 | 
Encryption.Builder | 
keyType(String keyType)
The type of key that is used for the encryption. 
 | 
Encryption.Builder | 
roleArn(String roleArn)
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted
 entity). 
 | 
Encryption.Builder | 
secretArn(String secretArn)
The ARN that was assigned to the secret that you created in AWS Secrets Manager to store the encryption key. 
 | 
copyapplyMutation, buildEncryption.Builder algorithm(String algorithm)
Encryption.Builder algorithm(Algorithm algorithm)
Encryption.Builder keyType(String keyType)
Encryption.Builder keyType(KeyType keyType)
Encryption.Builder roleArn(String roleArn)
roleArn - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a
        trusted entity).Encryption.Builder secretArn(String secretArn)
secretArn - The ARN that was assigned to the secret that you created in AWS Secrets Manager to store the
        encryption key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.