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