Class CfnOriginEndpointPropsMixin.EncryptionMethodProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPropsMixin.EncryptionMethodProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.EncryptionMethodProperty>
- Enclosing interface:
CfnOriginEndpointPropsMixin.EncryptionMethodProperty
@Stability(Stable)
public static final class CfnOriginEndpointPropsMixin.EncryptionMethodProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.EncryptionMethodProperty>
A builder for
CfnOriginEndpointPropsMixin.EncryptionMethodProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cmafEncryptionMethod(String cmafEncryptionMethod) ismEncryptionMethod(String ismEncryptionMethod) tsEncryptionMethod(String tsEncryptionMethod)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cmafEncryptionMethod
@Stability(Stable) public CfnOriginEndpointPropsMixin.EncryptionMethodProperty.Builder cmafEncryptionMethod(String cmafEncryptionMethod) - Parameters:
cmafEncryptionMethod- The encryption method to use.- Returns:
this
-
ismEncryptionMethod
@Stability(Stable) public CfnOriginEndpointPropsMixin.EncryptionMethodProperty.Builder ismEncryptionMethod(String ismEncryptionMethod) - Parameters:
ismEncryptionMethod- The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.- Returns:
this
-
tsEncryptionMethod
@Stability(Stable) public CfnOriginEndpointPropsMixin.EncryptionMethodProperty.Builder tsEncryptionMethod(String tsEncryptionMethod) - Parameters:
tsEncryptionMethod- The encryption method to use.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.EncryptionMethodProperty>- Returns:
- a new instance of
CfnOriginEndpointPropsMixin.EncryptionMethodProperty - Throws:
NullPointerException- if any required attribute was not provided
-