| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEncryption.Builder |
UpdateEncryption.Builder.algorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
UpdateEncryption.Builder |
UpdateEncryption.Builder.algorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
static UpdateEncryption.Builder |
UpdateEncryption.builder() |
UpdateEncryption.Builder |
UpdateEncryption.Builder.keyType(KeyType keyType)
The type of key that is used for the encryption.
|
UpdateEncryption.Builder |
UpdateEncryption.Builder.keyType(String keyType)
The type of key that is used for the encryption.
|
UpdateEncryption.Builder |
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 |
UpdateEncryption.Builder.secretArn(String secretArn)
The ARN that was assigned to the secret that you created in AWS Secrets Manager to store the encryption key.
|
UpdateEncryption.Builder |
UpdateEncryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEncryption.Builder> |
UpdateEncryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.decryption(Consumer<UpdateEncryption.Builder> decryption)
The type of encryption used on the content ingested from this source.
|
default UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.encryption(Consumer<UpdateEncryption.Builder> encryption)
The type of encryption that will be used on the output associated with this entitlement.
|
default UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.encryption(Consumer<UpdateEncryption.Builder> encryption)
The type of key used for the encryption.
|
Copyright © 2018. All rights reserved.