public static interface UpdateSlackChannelConfigurationRequest.Builder extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<UpdateSlackChannelConfigurationRequest.Builder,UpdateSlackChannelConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSlackChannelConfigurationRequest.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.UpdateSlackChannelConfigurationRequest.Builder channelName(String channelName)
The Slack channel name that you want to update.
channelName - The Slack channel name that you want to update.UpdateSlackChannelConfigurationRequest.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.UpdateSlackChannelConfigurationRequest.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.UpdateSlackChannelConfigurationRequest.Builder notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
If you specify high or all, at least one of the following parameters must be
true:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, any of the following parameters that you specify in your request must be
false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.
notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.
If you specify high or all, at least one of the following parameters must be
true:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, any of the following parameters that you specify in your request
must be false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.
NotificationSeverityLevel,
NotificationSeverityLevelUpdateSlackChannelConfigurationRequest.Builder notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
If you specify high or all, at least one of the following parameters must be
true:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, any of the following parameters that you specify in your request must be
false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.
notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.
If you specify high or all, at least one of the following parameters must be
true:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, any of the following parameters that you specify in your request
must be false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.
NotificationSeverityLevel,
NotificationSeverityLevelUpdateSlackChannelConfigurationRequest.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.UpdateSlackChannelConfigurationRequest.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.UpdateSlackChannelConfigurationRequest.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.UpdateSlackChannelConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSlackChannelConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.