Class CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty>
- Enclosing interface:
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
@Stability(Stable)
public static final class CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.childManifestName(String childManifestName) filterConfiguration(IResolvable filterConfiguration) filterConfiguration(CfnOriginEndpoint.FilterConfigurationProperty filterConfiguration) manifestName(String manifestName) manifestWindowSeconds(Number manifestWindowSeconds) programDateTimeIntervalSeconds(Number programDateTimeIntervalSeconds) scteHls(IResolvable scteHls) scteHls(CfnOriginEndpoint.ScteHlsProperty scteHls) startTag(IResolvable startTag) startTag(CfnOriginEndpoint.StartTagProperty startTag) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getUrl()urlEncodeChildManifest(Boolean urlEncodeChildManifest) urlEncodeChildManifest(IResolvable urlEncodeChildManifest)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
manifestName
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder manifestName(String manifestName) - Parameters:
manifestName- A short string that's appended to the endpoint URL. This parameter is required. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name,index. MediaPackage automatically inserts the format extension, such as.m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. ThemanifestNameon theHLSManifestobject overrides themanifestNameyou provided on theoriginEndpointobject.- Returns:
this
-
childManifestName
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder childManifestName(String childManifestName) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getChildManifestName()- Parameters:
childManifestName- The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Returns:
this
-
filterConfiguration
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder filterConfiguration(IResolvable filterConfiguration) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getFilterConfiguration()- Parameters:
filterConfiguration- Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.- Returns:
this
-
filterConfiguration
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder filterConfiguration(CfnOriginEndpoint.FilterConfigurationProperty filterConfiguration) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getFilterConfiguration()- Parameters:
filterConfiguration- Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.- Returns:
this
-
manifestWindowSeconds
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder manifestWindowSeconds(Number manifestWindowSeconds) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getManifestWindowSeconds()- Parameters:
manifestWindowSeconds- The total duration (in seconds) of the manifest's content.- Returns:
this
-
programDateTimeIntervalSeconds
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder programDateTimeIntervalSeconds(Number programDateTimeIntervalSeconds) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getProgramDateTimeIntervalSeconds()- Parameters:
programDateTimeIntervalSeconds- InsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify. If you don't enter an interval,EXT-X-PROGRAM-DATE-TIMEtags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.Irrespective of this parameter, if any
ID3Timedmetadata is in the HLS input, MediaPackage passes through that metadata to the HLS output.- Returns:
this
-
scteHls
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder scteHls(IResolvable scteHls) - Parameters:
scteHls- The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Returns:
this
-
scteHls
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder scteHls(CfnOriginEndpoint.ScteHlsProperty scteHls) - Parameters:
scteHls- The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Returns:
this
-
startTag
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder startTag(IResolvable startTag) - Parameters:
startTag- To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.- Returns:
this
-
startTag
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder startTag(CfnOriginEndpoint.StartTagProperty startTag) - Parameters:
startTag- To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.- Returns:
this
-
url
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder url(String url) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getUrl()- Parameters:
url- The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Returns:
this
-
urlEncodeChildManifest
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder urlEncodeChildManifest(Boolean urlEncodeChildManifest) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getUrlEncodeChildManifest()- Parameters:
urlEncodeChildManifest- When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide .- Returns:
this
-
urlEncodeChildManifest
@Stability(Stable) public CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder urlEncodeChildManifest(IResolvable urlEncodeChildManifest) Sets the value ofCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.getUrlEncodeChildManifest()- Parameters:
urlEncodeChildManifest- When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty>- Returns:
- a new instance of
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-