@Stability(value=Stable) public static final class CfnChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnChannelProps>
CfnChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannelProps.Builder |
authorized(Boolean authorized)
Sets the value of
CfnChannelProps.getAuthorized() |
CfnChannelProps.Builder |
authorized(IResolvable authorized)
Sets the value of
CfnChannelProps.getAuthorized() |
CfnChannelProps |
build()
Builds the configured instance.
|
CfnChannelProps.Builder |
latencyMode(String latencyMode)
Sets the value of
CfnChannelProps.getLatencyMode() |
CfnChannelProps.Builder |
name(String name)
Sets the value of
CfnChannelProps.getName() |
CfnChannelProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnChannelProps.getTags() |
CfnChannelProps.Builder |
type(String type)
Sets the value of
CfnChannelProps.getType() |
@Stability(value=Stable) public CfnChannelProps.Builder authorized(Boolean authorized)
CfnChannelProps.getAuthorized()authorized - `AWS::IVS::Channel.Authorized`.this@Stability(value=Stable) public CfnChannelProps.Builder authorized(IResolvable authorized)
CfnChannelProps.getAuthorized()authorized - `AWS::IVS::Channel.Authorized`.this@Stability(value=Stable) public CfnChannelProps.Builder latencyMode(String latencyMode)
CfnChannelProps.getLatencyMode()latencyMode - `AWS::IVS::Channel.LatencyMode`.this@Stability(value=Stable) public CfnChannelProps.Builder name(String name)
CfnChannelProps.getName()name - `AWS::IVS::Channel.Name`.this@Stability(value=Stable) public CfnChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnChannelProps.getTags()tags - `AWS::IVS::Channel.Tags`.this@Stability(value=Stable) public CfnChannelProps.Builder type(String type)
CfnChannelProps.getType()type - `AWS::IVS::Channel.Type`.this@Stability(value=Stable) public CfnChannelProps build()
build in interface software.amazon.jsii.Builder<CfnChannelProps>CfnChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.