@Stability(value=Stable) public static final class CfnOriginEndpoint.CmafEncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnOriginEndpoint.CmafEncryptionProperty>
CfnOriginEndpoint.CmafEncryptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOriginEndpoint.CmafEncryptionProperty |
build()
Builds the configured instance.
|
CfnOriginEndpoint.CmafEncryptionProperty.Builder |
constantInitializationVector(String constantInitializationVector)
|
CfnOriginEndpoint.CmafEncryptionProperty.Builder |
keyRotationIntervalSeconds(Number keyRotationIntervalSeconds)
Sets the value of
CfnOriginEndpoint.CmafEncryptionProperty.getKeyRotationIntervalSeconds() |
CfnOriginEndpoint.CmafEncryptionProperty.Builder |
spekeKeyProvider(CfnOriginEndpoint.SpekeKeyProviderProperty spekeKeyProvider)
Sets the value of
CfnOriginEndpoint.CmafEncryptionProperty.getSpekeKeyProvider() |
CfnOriginEndpoint.CmafEncryptionProperty.Builder |
spekeKeyProvider(IResolvable spekeKeyProvider)
Sets the value of
CfnOriginEndpoint.CmafEncryptionProperty.getSpekeKeyProvider() |
@Stability(value=Stable) public CfnOriginEndpoint.CmafEncryptionProperty.Builder spekeKeyProvider(CfnOriginEndpoint.SpekeKeyProviderProperty spekeKeyProvider)
CfnOriginEndpoint.CmafEncryptionProperty.getSpekeKeyProvider()spekeKeyProvider - Parameters for the SPEKE key provider. This parameter is required.this@Stability(value=Stable) public CfnOriginEndpoint.CmafEncryptionProperty.Builder spekeKeyProvider(IResolvable spekeKeyProvider)
CfnOriginEndpoint.CmafEncryptionProperty.getSpekeKeyProvider()spekeKeyProvider - Parameters for the SPEKE key provider. This parameter is required.this@Stability(value=Stable) public CfnOriginEndpoint.CmafEncryptionProperty.Builder constantInitializationVector(String constantInitializationVector)
constantInitializationVector - An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks.
If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).this@Stability(value=Stable) public CfnOriginEndpoint.CmafEncryptionProperty.Builder keyRotationIntervalSeconds(Number keyRotationIntervalSeconds)
CfnOriginEndpoint.CmafEncryptionProperty.getKeyRotationIntervalSeconds()keyRotationIntervalSeconds - Number of seconds before AWS Elemental MediaPackage rotates to a new key.
By default, rotation is set to 60 seconds. Set to 0 to disable key rotation.this@Stability(value=Stable) public CfnOriginEndpoint.CmafEncryptionProperty build()
build in interface software.amazon.jsii.Builder<CfnOriginEndpoint.CmafEncryptionProperty>CfnOriginEndpoint.CmafEncryptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.