Class CfnOriginEndpointPropsMixin.ScteHlsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.ScteHlsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.ScteHlsProperty>
- Enclosing interface:
CfnOriginEndpointPropsMixin.ScteHlsProperty
@Stability(Stable)
public static final class CfnOriginEndpointPropsMixin.ScteHlsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.ScteHlsProperty>
A builder for
CfnOriginEndpointPropsMixin.ScteHlsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadMarkerHls(String adMarkerHls) Sets the value ofCfnOriginEndpointPropsMixin.ScteHlsProperty.getAdMarkerHls()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adMarkerHls
@Stability(Stable) public CfnOriginEndpointPropsMixin.ScteHlsProperty.Builder adMarkerHls(String adMarkerHls) Sets the value ofCfnOriginEndpointPropsMixin.ScteHlsProperty.getAdMarkerHls()- Parameters:
adMarkerHls- The SCTE-35 HLS ad-marker configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOriginEndpointPropsMixin.ScteHlsProperty>- Returns:
- a new instance of
CfnOriginEndpointPropsMixin.ScteHlsProperty - Throws:
NullPointerException- if any required attribute was not provided
-