public static interface CreateSlackChannelConfigurationRequest.Builder extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<CreateSlackChannelConfigurationRequest.Builder,CreateSlackChannelConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSlackChannelConfigurationRequest.Builder |
channelId(String channelId)
The channel ID in Slack.
|
CreateSlackChannelConfigurationRequest.Builder |
channelName(String channelName)
The name of the Slack channel that you configure for the Amazon Web Services Support App.
|
CreateSlackChannelConfigurationRequest.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.
|
CreateSlackChannelConfigurationRequest.Builder |
notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
|
CreateSlackChannelConfigurationRequest.Builder |
notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
CreateSlackChannelConfigurationRequest.Builder |
notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
CreateSlackChannelConfigurationRequest.Builder |
notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
|
CreateSlackChannelConfigurationRequest.Builder |
notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
|
CreateSlackChannelConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSlackChannelConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSlackChannelConfigurationRequest.Builder |
teamId(String teamId)
The team ID in Slack.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSlackChannelConfigurationRequest.Builder channelId(String channelId)
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
channelId - The channel ID in Slack. This ID identifies a channel within a Slack workspace.CreateSlackChannelConfigurationRequest.Builder channelName(String channelName)
The name of the Slack channel that you configure for the Amazon Web Services Support App.
channelName - The name of the Slack channel that you configure for the Amazon Web Services Support App.CreateSlackChannelConfigurationRequest.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. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
channelRoleArn - The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web
Services. For more information, see Managing access
to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.CreateSlackChannelConfigurationRequest.Builder notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
notifyOnAddCorrespondenceToCase - Whether you want to get notified when a support case has a new correspondence.CreateSlackChannelConfigurationRequest.Builder notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
If you specify high or all, you must specify true for at least one of
the following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.
If you specify high or all, you must specify true for at least
one of the following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
NotificationSeverityLevel,
NotificationSeverityLevelCreateSlackChannelConfigurationRequest.Builder notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
If you specify high or all, you must specify true for at least one of
the following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.
If you specify high or all, you must specify true for at least
one of the following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
NotificationSeverityLevel,
NotificationSeverityLevelCreateSlackChannelConfigurationRequest.Builder notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
notifyOnCreateOrReopenCase - Whether you want to get notified when a support case is created or reopened.CreateSlackChannelConfigurationRequest.Builder notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
notifyOnResolveCase - Whether you want to get notified when a support case is resolved.CreateSlackChannelConfigurationRequest.Builder teamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.CreateSlackChannelConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSlackChannelConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.