@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 - Unique identifier that you assign to the channel. This parameter is required.this@Stability(value=Stable) public CfnChannelProps.Builder description(String description)
CfnChannelProps.getDescription()description - Any descriptive information that you want to add to the channel for future identification purposes.this@Stability(value=Stable) public CfnChannelProps.Builder egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
CfnChannelProps.getEgressAccessLogs()egressAccessLogs - Configures egress access logs.this@Stability(value=Stable) public CfnChannelProps.Builder egressAccessLogs(IResolvable egressAccessLogs)
CfnChannelProps.getEgressAccessLogs()egressAccessLogs - Configures egress access logs.this@Stability(value=Stable) public CfnChannelProps.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
CfnChannelProps.getIngressAccessLogs()ingressAccessLogs - Configures ingress access logs.this@Stability(value=Stable) public CfnChannelProps.Builder ingressAccessLogs(IResolvable ingressAccessLogs)
CfnChannelProps.getIngressAccessLogs()ingressAccessLogs - Configures ingress access logs.this@Stability(value=Stable) public CfnChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnChannelProps.getTags()tags - The tags to assign to the channel.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.