@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 |
build()
Builds the configured instance.
|
CfnChannelProps.Builder |
channelName(String channelName)
Sets the value of
CfnChannelProps.getChannelName() |
CfnChannelProps.Builder |
channelStorage(CfnChannel.ChannelStorageProperty channelStorage)
Sets the value of
CfnChannelProps.getChannelStorage() |
CfnChannelProps.Builder |
channelStorage(IResolvable channelStorage)
Sets the value of
CfnChannelProps.getChannelStorage() |
CfnChannelProps.Builder |
retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod)
Sets the value of
CfnChannelProps.getRetentionPeriod() |
CfnChannelProps.Builder |
retentionPeriod(IResolvable retentionPeriod)
Sets the value of
CfnChannelProps.getRetentionPeriod() |
CfnChannelProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnChannelProps.getTags() |
@Stability(value=Stable) public CfnChannelProps.Builder channelName(String channelName)
CfnChannelProps.getChannelName()channelName - `AWS::IoTAnalytics::Channel.ChannelName`.this@Stability(value=Stable) public CfnChannelProps.Builder channelStorage(CfnChannel.ChannelStorageProperty channelStorage)
CfnChannelProps.getChannelStorage()channelStorage - `AWS::IoTAnalytics::Channel.ChannelStorage`.this@Stability(value=Stable) public CfnChannelProps.Builder channelStorage(IResolvable channelStorage)
CfnChannelProps.getChannelStorage()channelStorage - `AWS::IoTAnalytics::Channel.ChannelStorage`.this@Stability(value=Stable) public CfnChannelProps.Builder retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod)
CfnChannelProps.getRetentionPeriod()retentionPeriod - `AWS::IoTAnalytics::Channel.RetentionPeriod`.this@Stability(value=Stable) public CfnChannelProps.Builder retentionPeriod(IResolvable retentionPeriod)
CfnChannelProps.getRetentionPeriod()retentionPeriod - `AWS::IoTAnalytics::Channel.RetentionPeriod`.this@Stability(value=Stable) public CfnChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnChannelProps.getTags()tags - `AWS::IoTAnalytics::Channel.Tags`.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.