Class CfnOriginEndpoint.ScteHlsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.ScteHlsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpoint.ScteHlsProperty>
- Enclosing interface:
CfnOriginEndpoint.ScteHlsProperty
@Stability(Stable)
public static final class CfnOriginEndpoint.ScteHlsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpoint.ScteHlsProperty>
A builder for
CfnOriginEndpoint.ScteHlsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadMarkerHls(String adMarkerHls) Sets the value ofCfnOriginEndpoint.ScteHlsProperty.getAdMarkerHls()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adMarkerHls
Sets the value ofCfnOriginEndpoint.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<CfnOriginEndpoint.ScteHlsProperty>- Returns:
- a new instance of
CfnOriginEndpoint.ScteHlsProperty - Throws:
NullPointerException- if any required attribute was not provided
-