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