@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(software.constructs.Construct scope,
String id) |
CfnChannel.Builder |
description(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
CfnChannel.Builder |
egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
Configures egress access logs.
|
CfnChannel.Builder |
egressAccessLogs(IResolvable egressAccessLogs)
Configures egress access logs.
|
CfnChannel.Builder |
id(String id)
Unique identifier that you assign to the channel.
|
CfnChannel.Builder |
ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
Configures ingress access logs.
|
CfnChannel.Builder |
ingressAccessLogs(IResolvable ingressAccessLogs)
Configures ingress access logs.
|
CfnChannel.Builder |
tags(List<? extends CfnTag> tags)
The tags to assign to the channel.
|
@Stability(value=Stable) public static CfnChannel.Builder create(software.constructs.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.LogConfigurationProperty.Builder.@Stability(value=Stable) public CfnChannel.Builder id(String id)
id - Unique identifier that you assign to the channel. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder description(String description)
description - Any descriptive information that you want to add to the channel for future identification purposes. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
egressAccessLogs - Configures egress access logs. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder egressAccessLogs(IResolvable egressAccessLogs)
egressAccessLogs - Configures egress access logs. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
ingressAccessLogs - Configures ingress access logs. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder ingressAccessLogs(IResolvable ingressAccessLogs)
ingressAccessLogs - Configures ingress access logs. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder tags(List<? extends CfnTag> tags)
tags - The tags to assign to the channel. This parameter is required.this@Stability(value=Stable) public CfnChannel build()
build in interface software.amazon.jsii.Builder<CfnChannel>Copyright © 2022. All rights reserved.