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.Builder
description
(String description) Any descriptive information that you want to add to the channel for future identification purposes.egressAccessLogs
(IResolvable egressAccessLogs) Configures egress access logs.egressAccessLogs
(CfnChannel.LogConfigurationProperty egressAccessLogs) Configures egress access logs.hlsIngest
(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
(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.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). 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
- See Also:
-
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
- See Also:
-
egressAccessLogs
Configures egress access logs.- Parameters:
egressAccessLogs
- Configures egress access logs. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
ingressAccessLogs
Configures ingress access logs.- Parameters:
ingressAccessLogs
- Configures ingress access logs. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
tags
The tags to assign to the channel.- Parameters:
tags
- The tags to assign to the channel. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel>
- Returns:
- a newly built instance of
CfnChannel
.
-