@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 - The name of the channel.this@Stability(value=Stable) public CfnChannelProps.Builder channelStorage(CfnChannel.ChannelStorageProperty channelStorage)
CfnChannelProps.getChannelStorage()channelStorage - Where channel data is stored.this@Stability(value=Stable) public CfnChannelProps.Builder channelStorage(IResolvable channelStorage)
CfnChannelProps.getChannelStorage()channelStorage - Where channel data is stored.this@Stability(value=Stable) public CfnChannelProps.Builder retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod)
CfnChannelProps.getRetentionPeriod()retentionPeriod - How long, in days, message data is kept for the channel.this@Stability(value=Stable) public CfnChannelProps.Builder retentionPeriod(IResolvable retentionPeriod)
CfnChannelProps.getRetentionPeriod()retentionPeriod - How long, in days, message data is kept for the channel.this@Stability(value=Stable) public CfnChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnChannelProps.getTags()tags - Metadata which can be used to manage the channel.
For more information, see Tag .this@Stability(value=Stable) public CfnChannelProps build()
build in interface software.amazon.jsii.Builder<CfnChannelProps>CfnChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.