@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 |
build() |
static CfnChannel.Builder |
create(Construct scope,
String id) |
CfnChannel.Builder |
description(String description)
`AWS::MediaPackage::Channel.Description`.
|
CfnChannel.Builder |
id(String id)
`AWS::MediaPackage::Channel.Id`.
|
CfnChannel.Builder |
tags(List<? extends CfnTag> tags)
`AWS::MediaPackage::Channel.Tags`.
|
@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.HlsIngestProperty.Builder.@Stability(value=Stable) public CfnChannel.Builder id(String id)
id - `AWS::MediaPackage::Channel.Id`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-channel.html#cfn-mediapackage-channel-id@Stability(value=Stable) public CfnChannel.Builder description(String description)
description - `AWS::MediaPackage::Channel.Description`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-channel.html#cfn-mediapackage-channel-description@Stability(value=Stable) public CfnChannel.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::MediaPackage::Channel.Tags`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-channel.html#cfn-mediapackage-channel-tags@Stability(value=Stable) public CfnChannel build()
build in interface software.amazon.jsii.Builder<CfnChannel>Copyright © 2020. All rights reserved.