public static interface UpdateEncryption.Builder extends SdkPojo, CopyableBuilder<UpdateEncryption.Builder,UpdateEncryption>
| Modifier and Type | Method and Description |
|---|---|
UpdateEncryption.Builder |
algorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption.Builder |
algorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption.Builder |
constantInitializationVector(String constantInitializationVector)
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting
content.
|
UpdateEncryption.Builder |
deviceId(String deviceId)
The value of one of the devices that you configured with your digital rights management (DRM) platform key
provider.
|
UpdateEncryption.Builder |
keyType(KeyType keyType)
The type of key that is used for the encryption.
|
UpdateEncryption.Builder |
keyType(String keyType)
The type of key that is used for the encryption.
|
UpdateEncryption.Builder |
region(String region)
The AWS Region that the API Gateway proxy endpoint was created in.
|
UpdateEncryption.Builder |
resourceId(String resourceId)
An identifier for the content.
|
UpdateEncryption.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).
|
UpdateEncryption.Builder |
secretArn(String secretArn)
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
UpdateEncryption.Builder |
url(String url)
The URL from the API Gateway proxy that you set up to talk to your key server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEncryption.Builder algorithm(String algorithm)
UpdateEncryption.Builder algorithm(Algorithm algorithm)
UpdateEncryption.Builder constantInitializationVector(String constantInitializationVector)
constantInitializationVector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for
encrypting content. This parameter is not valid for static key encryption.UpdateEncryption.Builder deviceId(String deviceId)
deviceId - The value of one of the devices that you configured with your digital rights management (DRM) platform
key provider. This parameter is required for SPEKE encryption and is not valid for static key
encryption.UpdateEncryption.Builder keyType(String keyType)
UpdateEncryption.Builder keyType(KeyType keyType)
UpdateEncryption.Builder region(String region)
region - The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for
SPEKE encryption and is not valid for static key encryption.UpdateEncryption.Builder resourceId(String resourceId)
resourceId - An identifier for the content. The service sends this value to the key server to identify the current
endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE
encryption and is not valid for static key encryption.UpdateEncryption.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).UpdateEncryption.Builder secretArn(String secretArn)
secretArn - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This
parameter is required for static key encryption and is not valid for SPEKE encryption.UpdateEncryption.Builder url(String url)
url - The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is
required for SPEKE encryption and is not valid for static key encryption.Copyright © 2020. All rights reserved.