Class CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty>
- Enclosing interface:
CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty
@Stability(Stable)
public static final class CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.spekeKeyProvider(CfnPackagingConfigurationPropsMixin.SpekeKeyProviderProperty spekeKeyProvider) spekeKeyProvider(IResolvable spekeKeyProvider)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
spekeKeyProvider
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty.Builder spekeKeyProvider(IResolvable spekeKeyProvider) - Parameters:
spekeKeyProvider- Parameters for the SPEKE key provider.- Returns:
this
-
spekeKeyProvider
@Stability(Stable) public CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty.Builder spekeKeyProvider(CfnPackagingConfigurationPropsMixin.SpekeKeyProviderProperty spekeKeyProvider) - Parameters:
spekeKeyProvider- Parameters for the SPEKE key provider.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty>- Returns:
- a new instance of
CfnPackagingConfigurationPropsMixin.CmafEncryptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-