Class CfnChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin>
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static final class CfnChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin>
A fluent builder for
CfnChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnChannelPropsMixin.Buildercreate()static CfnChannelPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) Any descriptive information that you want to add to the channel for future identification purposes.egressAccessLogs(CfnChannelPropsMixin.LogConfigurationProperty egressAccessLogs) Configures egress access logs.egressAccessLogs(IResolvable egressAccessLogs) Configures egress access logs.hlsIngest(CfnChannelPropsMixin.HlsIngestProperty hlsIngest) The input URL where the source stream should be sent.hlsIngest(IResolvable hlsIngest) The input URL where the source stream should be sent.Unique identifier that you assign to the channel.ingressAccessLogs(CfnChannelPropsMixin.LogConfigurationProperty ingressAccessLogs) Configures ingress access logs.ingressAccessLogs(IResolvable ingressAccessLogs) Configures ingress access logs.The tags to assign to the channel.
-
Method Details
-
create
@Stability(Stable) public static CfnChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChannelPropsMixin.Builder.
-
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
@Stability(Stable) public CfnChannelPropsMixin.Builder egressAccessLogs(IResolvable egressAccessLogs) Configures egress access logs.- Parameters:
egressAccessLogs- Configures egress access logs. This parameter is required.- Returns:
this- See Also:
-
egressAccessLogs
@Stability(Stable) public CfnChannelPropsMixin.Builder egressAccessLogs(CfnChannelPropsMixin.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
@Stability(Stable) public CfnChannelPropsMixin.Builder hlsIngest(CfnChannelPropsMixin.HlsIngestProperty 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:
-
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:
-
ingressAccessLogs
@Stability(Stable) public CfnChannelPropsMixin.Builder ingressAccessLogs(IResolvable ingressAccessLogs) Configures ingress access logs.- Parameters:
ingressAccessLogs- Configures ingress access logs. This parameter is required.- Returns:
this- See Also:
-
ingressAccessLogs
@Stability(Stable) public CfnChannelPropsMixin.Builder ingressAccessLogs(CfnChannelPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin>- Returns:
- a newly built instance of
CfnChannelPropsMixin.
-