Class CfnChannel.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackage.CfnChannel.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel>
- Enclosing class:
CfnChannel
@Stability(Stable)
public static final class CfnChannel.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel>
A fluent builder for
CfnChannel.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnChannel.Builderdescription(String description) Any descriptive information that you want to add to the channel for future identification purposes.egressAccessLogs(software.amazon.awscdk.core.IResolvable egressAccessLogs) Configures egress access logs.egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs) Configures egress access logs.hlsIngest(software.amazon.awscdk.core.IResolvable hlsIngest) The input URL where the source stream should be sent.hlsIngest(CfnChannel.HlsIngestProperty hlsIngest) The input URL where the source stream should be sent.Unique identifier that you assign to the channel.ingressAccessLogs(software.amazon.awscdk.core.IResolvable ingressAccessLogs) Configures ingress access logs.ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs) Configures ingress access logs.The tags to assign to the channel.
-
Method Details
-
create
@Stability(Stable) public static CfnChannel.Builder create(software.amazon.awscdk.core.Construct scope, String id) - Parameters:
scope- - scope in which this resource is defined. This parameter is required.id- - scoped id of the resource. This parameter is required.- Returns:
- a new instance of
CfnChannel.Builder.
-
id
Unique identifier that you assign to the channel.- Parameters:
id- Unique identifier that you assign to the channel. This parameter is required.- Returns:
this
-
description
Any descriptive information that you want to add to the channel for future identification purposes.- Parameters:
description- Any descriptive information that you want to add to the channel for future identification purposes. This parameter is required.- Returns:
this
-
egressAccessLogs
@Stability(Stable) public CfnChannel.Builder egressAccessLogs(software.amazon.awscdk.core.IResolvable egressAccessLogs) Configures egress access logs.- Parameters:
egressAccessLogs- Configures egress access logs. This parameter is required.- Returns:
this
-
egressAccessLogs
@Stability(Stable) public CfnChannel.Builder egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs) Configures egress access logs.- Parameters:
egressAccessLogs- Configures egress access logs. This parameter is required.- Returns:
this
-
hlsIngest
@Stability(Stable) public CfnChannel.Builder hlsIngest(software.amazon.awscdk.core.IResolvable hlsIngest) The input URL where the source stream should be sent.- Parameters:
hlsIngest- The input URL where the source stream should be sent. This parameter is required.- Returns:
this
-
hlsIngest
The input URL where the source stream should be sent.- Parameters:
hlsIngest- The input URL where the source stream should be sent. This parameter is required.- Returns:
this
-
ingressAccessLogs
@Stability(Stable) public CfnChannel.Builder ingressAccessLogs(software.amazon.awscdk.core.IResolvable ingressAccessLogs) Configures ingress access logs.- Parameters:
ingressAccessLogs- Configures ingress access logs. This parameter is required.- Returns:
this
-
ingressAccessLogs
@Stability(Stable) public CfnChannel.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs) Configures ingress access logs.- Parameters:
ingressAccessLogs- Configures ingress access logs. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public CfnChannel.Builder tags(List<? extends software.amazon.awscdk.core.CfnTag> tags) The tags to assign to the channel.- Parameters:
tags- The tags to assign to the channel. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel>
-