@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 |
description(String description)
Sets the value of
CfnChannelProps.getDescription() |
CfnChannelProps.Builder |
id(String id)
Sets the value of
CfnChannelProps.getId() |
CfnChannelProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnChannelProps.getTags() |
@Stability(value=Stable) public CfnChannelProps.Builder id(String id)
CfnChannelProps.getId()id - `AWS::MediaPackage::Channel.Id`. This parameter is required.this@Stability(value=Stable) public CfnChannelProps.Builder description(String description)
CfnChannelProps.getDescription()description - `AWS::MediaPackage::Channel.Description`.this@Stability(value=Stable) public CfnChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnChannelProps.getTags()tags - `AWS::MediaPackage::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.