@Stability(value=Stable) public static final class CfnSlackChannelConfiguration.Builder extends Object implements software.amazon.jsii.Builder<CfnSlackChannelConfiguration>
CfnSlackChannelConfiguration.| Modifier and Type | Method and Description |
|---|---|
CfnSlackChannelConfiguration |
build() |
CfnSlackChannelConfiguration.Builder |
channelId(String channelId)
`AWS::SupportApp::SlackChannelConfiguration.ChannelId`.
|
CfnSlackChannelConfiguration.Builder |
channelName(String channelName)
`AWS::SupportApp::SlackChannelConfiguration.ChannelName`.
|
CfnSlackChannelConfiguration.Builder |
channelRoleArn(String channelRoleArn)
`AWS::SupportApp::SlackChannelConfiguration.ChannelRoleArn`.
|
static CfnSlackChannelConfiguration.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSlackChannelConfiguration.Builder |
notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`.
|
CfnSlackChannelConfiguration.Builder |
notifyOnAddCorrespondenceToCase(IResolvable notifyOnAddCorrespondenceToCase)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`.
|
CfnSlackChannelConfiguration.Builder |
notifyOnCaseSeverity(String notifyOnCaseSeverity)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCaseSeverity`.
|
CfnSlackChannelConfiguration.Builder |
notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`.
|
CfnSlackChannelConfiguration.Builder |
notifyOnCreateOrReopenCase(IResolvable notifyOnCreateOrReopenCase)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`.
|
CfnSlackChannelConfiguration.Builder |
notifyOnResolveCase(Boolean notifyOnResolveCase)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`.
|
CfnSlackChannelConfiguration.Builder |
notifyOnResolveCase(IResolvable notifyOnResolveCase)
`AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`.
|
CfnSlackChannelConfiguration.Builder |
teamId(String teamId)
`AWS::SupportApp::SlackChannelConfiguration.TeamId`.
|
@Stability(value=Stable) public static CfnSlackChannelConfiguration.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.CfnSlackChannelConfiguration.Builder.@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder channelId(String channelId)
channelId - `AWS::SupportApp::SlackChannelConfiguration.ChannelId`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder channelRoleArn(String channelRoleArn)
channelRoleArn - `AWS::SupportApp::SlackChannelConfiguration.ChannelRoleArn`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnCaseSeverity(String notifyOnCaseSeverity)
notifyOnCaseSeverity - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnCaseSeverity`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder teamId(String teamId)
teamId - `AWS::SupportApp::SlackChannelConfiguration.TeamId`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder channelName(String channelName)
channelName - `AWS::SupportApp::SlackChannelConfiguration.ChannelName`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
notifyOnAddCorrespondenceToCase - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnAddCorrespondenceToCase(IResolvable notifyOnAddCorrespondenceToCase)
notifyOnAddCorrespondenceToCase - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnAddCorrespondenceToCase`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
notifyOnCreateOrReopenCase - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnCreateOrReopenCase(IResolvable notifyOnCreateOrReopenCase)
notifyOnCreateOrReopenCase - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnCreateOrReopenCase`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnResolveCase(Boolean notifyOnResolveCase)
notifyOnResolveCase - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration.Builder notifyOnResolveCase(IResolvable notifyOnResolveCase)
notifyOnResolveCase - `AWS::SupportApp::SlackChannelConfiguration.NotifyOnResolveCase`. This parameter is required.this@Stability(value=Stable) public CfnSlackChannelConfiguration build()
build in interface software.amazon.jsii.Builder<CfnSlackChannelConfiguration>Copyright © 2022. All rights reserved.