@Stability(value=Stable) public static final class CfnChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel>
CfnChannel.| Modifier and Type | Method and Description |
|---|---|
CfnChannel |
build() |
static CfnChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnChannel.Builder |
description(String description)
`AWS::MediaPackage::Channel.Description`.
|
CfnChannel.Builder |
egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
`AWS::MediaPackage::Channel.EgressAccessLogs`.
|
CfnChannel.Builder |
egressAccessLogs(IResolvable egressAccessLogs)
`AWS::MediaPackage::Channel.EgressAccessLogs`.
|
CfnChannel.Builder |
id(String id)
`AWS::MediaPackage::Channel.Id`.
|
CfnChannel.Builder |
ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
`AWS::MediaPackage::Channel.IngressAccessLogs`.
|
CfnChannel.Builder |
ingressAccessLogs(IResolvable ingressAccessLogs)
`AWS::MediaPackage::Channel.IngressAccessLogs`.
|
CfnChannel.Builder |
tags(List<? extends CfnTag> tags)
`AWS::MediaPackage::Channel.Tags`.
|
@Stability(value=Stable) public static CfnChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnChannel.LogConfigurationProperty.Builder.@Stability(value=Stable) public CfnChannel.Builder id(String id)
id - `AWS::MediaPackage::Channel.Id`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder description(String description)
description - `AWS::MediaPackage::Channel.Description`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
egressAccessLogs - `AWS::MediaPackage::Channel.EgressAccessLogs`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder egressAccessLogs(IResolvable egressAccessLogs)
egressAccessLogs - `AWS::MediaPackage::Channel.EgressAccessLogs`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
ingressAccessLogs - `AWS::MediaPackage::Channel.IngressAccessLogs`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder ingressAccessLogs(IResolvable ingressAccessLogs)
ingressAccessLogs - `AWS::MediaPackage::Channel.IngressAccessLogs`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::MediaPackage::Channel.Tags`. This parameter is required.this@Stability(value=Stable) public CfnChannel build()
build in interface software.amazon.jsii.Builder<CfnChannel>Copyright © 2021. All rights reserved.