| Package | Description |
|---|---|
| software.amazon.awssdk.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
static SlackChannelConfiguration.Builder |
SlackChannelConfiguration.builder() |
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.channelId(String channelId)
The channel ID in Slack.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.channelName(String channelName)
The name of the Slack channel that you configured with the Amazon Web Services Support App for your Amazon
Web Services account.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.channelRoleArn(String channelRoleArn)
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web
Services.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.teamId(String teamId)
The team ID in Slack.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlackChannelConfiguration.Builder> |
SlackChannelConfiguration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.