@Stability(value=Stable) public static final class CfnOriginEndpoint.DashEncryptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnOriginEndpoint.DashEncryptionProperty>
CfnOriginEndpoint.DashEncryptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOriginEndpoint.DashEncryptionProperty |
build()
Builds the configured instance.
|
CfnOriginEndpoint.DashEncryptionProperty.Builder |
keyRotationIntervalSeconds(Number keyRotationIntervalSeconds)
Sets the value of
CfnOriginEndpoint.DashEncryptionProperty.getKeyRotationIntervalSeconds() |
CfnOriginEndpoint.DashEncryptionProperty.Builder |
spekeKeyProvider(CfnOriginEndpoint.SpekeKeyProviderProperty spekeKeyProvider)
Sets the value of
CfnOriginEndpoint.DashEncryptionProperty.getSpekeKeyProvider() |
CfnOriginEndpoint.DashEncryptionProperty.Builder |
spekeKeyProvider(IResolvable spekeKeyProvider)
Sets the value of
CfnOriginEndpoint.DashEncryptionProperty.getSpekeKeyProvider() |
@Stability(value=Stable) public CfnOriginEndpoint.DashEncryptionProperty.Builder spekeKeyProvider(CfnOriginEndpoint.SpekeKeyProviderProperty spekeKeyProvider)
CfnOriginEndpoint.DashEncryptionProperty.getSpekeKeyProvider()spekeKeyProvider - Parameters for the SPEKE key provider. This parameter is required.this@Stability(value=Stable) public CfnOriginEndpoint.DashEncryptionProperty.Builder spekeKeyProvider(IResolvable spekeKeyProvider)
CfnOriginEndpoint.DashEncryptionProperty.getSpekeKeyProvider()spekeKeyProvider - Parameters for the SPEKE key provider. This parameter is required.this@Stability(value=Stable) public CfnOriginEndpoint.DashEncryptionProperty.Builder keyRotationIntervalSeconds(Number keyRotationIntervalSeconds)
CfnOriginEndpoint.DashEncryptionProperty.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.DashEncryptionProperty build()
build in interface software.amazon.jsii.Builder<CfnOriginEndpoint.DashEncryptionProperty>CfnOriginEndpoint.DashEncryptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.