@Stability(value=Stable) public static final class CfnFlow.EncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.EncryptionProperty>
CfnFlow.EncryptionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder roleArn(String roleArn)
CfnFlow.EncryptionProperty.getRoleArn()roleArn - The Amazon Resource Name (ARN) of the role that you created during setup (when you set up MediaConnect as a trusted entity). This parameter is required.this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder algorithm(String algorithm)
CfnFlow.EncryptionProperty.getAlgorithm()algorithm - The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder constantInitializationVector(String constantInitializationVector)
CfnFlow.EncryptionProperty.getConstantInitializationVector()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.this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder deviceId(String deviceId)
CfnFlow.EncryptionProperty.getDeviceId()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.this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder keyType(String keyType)
CfnFlow.EncryptionProperty.getKeyType()keyType - The type of key that is used for the encryption.
If you don't specify a keyType value, the service uses the default setting ( static-key ).this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder region(String region)
CfnFlow.EncryptionProperty.getRegion()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.this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder resourceId(String resourceId)
CfnFlow.EncryptionProperty.getResourceId()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.this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder secretArn(String secretArn)
CfnFlow.EncryptionProperty.getSecretArn()secretArn - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.this@Stability(value=Stable) public CfnFlow.EncryptionProperty.Builder url(String url)
CfnFlow.EncryptionProperty.getUrl()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.this@Stability(value=Stable) public CfnFlow.EncryptionProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.EncryptionProperty>CfnFlow.EncryptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.