@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.Builder |
authorized(Boolean authorized)
`AWS::IVS::Channel.Authorized`.
|
CfnChannel.Builder |
authorized(IResolvable authorized)
`AWS::IVS::Channel.Authorized`.
|
CfnChannel |
build() |
static CfnChannel.Builder |
create(Construct scope,
String id) |
CfnChannel.Builder |
latencyMode(String latencyMode)
`AWS::IVS::Channel.LatencyMode`.
|
CfnChannel.Builder |
name(String name)
`AWS::IVS::Channel.Name`.
|
CfnChannel.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IVS::Channel.Tags`.
|
CfnChannel.Builder |
type(String type)
`AWS::IVS::Channel.Type`.
|
@Stability(value=Stable) public static CfnChannel.Builder create(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.Builder.@Stability(value=Stable) public CfnChannel.Builder authorized(Boolean authorized)
authorized - `AWS::IVS::Channel.Authorized`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder authorized(IResolvable authorized)
authorized - `AWS::IVS::Channel.Authorized`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder latencyMode(String latencyMode)
latencyMode - `AWS::IVS::Channel.LatencyMode`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder name(String name)
name - `AWS::IVS::Channel.Name`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IVS::Channel.Tags`. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder type(String type)
type - `AWS::IVS::Channel.Type`. This parameter is required.this@Stability(value=Stable) public CfnChannel build()
build in interface software.amazon.jsii.Builder<CfnChannel>Copyright © 2021. All rights reserved.