Class CfnOriginEndpointPropsMixin.ScteDashProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPropsMixin.ScteDashProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.ScteDashProperty>
- Enclosing interface:
CfnOriginEndpointPropsMixin.ScteDashProperty
@Stability(Stable)
public static final class CfnOriginEndpointPropsMixin.ScteDashProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.ScteDashProperty>
A builder for
CfnOriginEndpointPropsMixin.ScteDashProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadMarkerDash(String adMarkerDash) Sets the value ofCfnOriginEndpointPropsMixin.ScteDashProperty.getAdMarkerDash()build()Builds the configured instance.scteInManifests(String scteInManifests) Sets the value ofCfnOriginEndpointPropsMixin.ScteDashProperty.getScteInManifests()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adMarkerDash
@Stability(Stable) public CfnOriginEndpointPropsMixin.ScteDashProperty.Builder adMarkerDash(String adMarkerDash) Sets the value ofCfnOriginEndpointPropsMixin.ScteDashProperty.getAdMarkerDash()- Parameters:
adMarkerDash- Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.Value description:
Binary- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.XML- The SCTE marker is expressed fully in XML.
- Returns:
this
-
scteInManifests
@Stability(Stable) public CfnOriginEndpointPropsMixin.ScteDashProperty.Builder scteInManifests(String scteInManifests) Sets the value ofCfnOriginEndpointPropsMixin.ScteDashProperty.getScteInManifests()- Parameters:
scteInManifests- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.ScteDashProperty>- Returns:
- a new instance of
CfnOriginEndpointPropsMixin.ScteDashProperty - Throws:
NullPointerException- if any required attribute was not provided
-