| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Encryption.Builder |
Encryption.Builder.algorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Encryption.Builder |
Encryption.Builder.algorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
static Encryption.Builder |
Encryption.builder() |
Encryption.Builder |
Encryption.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.
|
Encryption.Builder |
Encryption.Builder.deviceId(String deviceId)
The value of one of the devices that you configured with your digital rights management (DRM) platform key
provider.
|
Encryption.Builder |
Encryption.Builder.keyType(KeyType keyType)
The type of key that is used for the encryption.
|
Encryption.Builder |
Encryption.Builder.keyType(String keyType)
The type of key that is used for the encryption.
|
Encryption.Builder |
Encryption.Builder.region(String region)
The AWS Region that the API Gateway proxy endpoint was created in.
|
Encryption.Builder |
Encryption.Builder.resourceId(String resourceId)
An identifier for the content.
|
Encryption.Builder |
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 |
Encryption.Builder.secretArn(String secretArn)
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
Encryption.Builder |
Encryption.toBuilder() |
Encryption.Builder |
Encryption.Builder.url(String url)
The URL from the API Gateway proxy that you set up to talk to your key server.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Encryption.Builder> |
Encryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Source.Builder |
Source.Builder.decryption(Consumer<Encryption.Builder> decryption)
The type of encryption that is used on the content ingested from this source.
|
default SetSourceRequest.Builder |
SetSourceRequest.Builder.decryption(Consumer<Encryption.Builder> decryption)
The type of encryption that is used on the content ingested from this source.
|
default GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.encryption(Consumer<Encryption.Builder> encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
default Output.Builder |
Output.Builder.encryption(Consumer<Encryption.Builder> encryption)
The type of key used for the encryption.
|
default AddOutputRequest.Builder |
AddOutputRequest.Builder.encryption(Consumer<Encryption.Builder> encryption)
The type of key used for the encryption.
|
default Entitlement.Builder |
Entitlement.Builder.encryption(Consumer<Encryption.Builder> encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
Copyright © 2020. All rights reserved.