@Stability(value=Stable) public static final class CfnChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnChannelProps>
CfnChannelProps
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnChannelProps.Builder id(String id)
CfnChannelProps.getId()
id
- Unique identifier that you assign to the channel. This parameter is required.this
@Stability(value=Stable) public CfnChannelProps.Builder description(String description)
CfnChannelProps.getDescription()
description
- Any descriptive information that you want to add to the channel for future identification purposes.this
@Stability(value=Stable) public CfnChannelProps.Builder egressAccessLogs(IResolvable egressAccessLogs)
CfnChannelProps.getEgressAccessLogs()
egressAccessLogs
- Configures egress access logs.this
@Stability(value=Stable) public CfnChannelProps.Builder egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
CfnChannelProps.getEgressAccessLogs()
egressAccessLogs
- Configures egress access logs.this
@Stability(value=Stable) public CfnChannelProps.Builder hlsIngest(IResolvable hlsIngest)
CfnChannelProps.getHlsIngest()
hlsIngest
- The input URL where the source stream should be sent.this
@Stability(value=Stable) public CfnChannelProps.Builder hlsIngest(CfnChannel.HlsIngestProperty hlsIngest)
CfnChannelProps.getHlsIngest()
hlsIngest
- The input URL where the source stream should be sent.this
@Stability(value=Stable) public CfnChannelProps.Builder ingressAccessLogs(IResolvable ingressAccessLogs)
CfnChannelProps.getIngressAccessLogs()
ingressAccessLogs
- Configures ingress access logs.this
@Stability(value=Stable) public CfnChannelProps.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
CfnChannelProps.getIngressAccessLogs()
ingressAccessLogs
- Configures ingress access logs.this
@Stability(value=Stable) public CfnChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnChannelProps.getTags()
tags
- The tags to assign to the channel.this
@Stability(value=Stable) public CfnChannelProps build()
build
in interface software.amazon.jsii.Builder<CfnChannelProps>
CfnChannelProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.