@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 |
egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
Sets the value of
CfnChannelProps.getEgressAccessLogs() |
CfnChannelProps.Builder |
egressAccessLogs(IResolvable egressAccessLogs)
Sets the value of
CfnChannelProps.getEgressAccessLogs() |
CfnChannelProps.Builder |
id(String id)
Sets the value of
CfnChannelProps.getId() |
CfnChannelProps.Builder |
ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
Sets the value of
CfnChannelProps.getIngressAccessLogs() |
CfnChannelProps.Builder |
ingressAccessLogs(IResolvable ingressAccessLogs)
Sets the value of
CfnChannelProps.getIngressAccessLogs() |
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 egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
CfnChannelProps.getEgressAccessLogs()egressAccessLogs - `AWS::MediaPackage::Channel.EgressAccessLogs`.this@Stability(value=Stable) public CfnChannelProps.Builder egressAccessLogs(IResolvable egressAccessLogs)
CfnChannelProps.getEgressAccessLogs()egressAccessLogs - `AWS::MediaPackage::Channel.EgressAccessLogs`.this@Stability(value=Stable) public CfnChannelProps.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
CfnChannelProps.getIngressAccessLogs()ingressAccessLogs - `AWS::MediaPackage::Channel.IngressAccessLogs`.this@Stability(value=Stable) public CfnChannelProps.Builder ingressAccessLogs(IResolvable ingressAccessLogs)
CfnChannelProps.getIngressAccessLogs()ingressAccessLogs - `AWS::MediaPackage::Channel.IngressAccessLogs`.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.