public static interface UpdateSlackChannelConfigurationResponse.Builder extends SupportAppResponse.Builder, SdkPojo, CopyableBuilder<UpdateSlackChannelConfigurationResponse.Builder,UpdateSlackChannelConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSlackChannelConfigurationResponse.Builder |
channelId(String channelId)
The channel ID in Slack.
|
UpdateSlackChannelConfigurationResponse.Builder |
channelName(String channelName)
The name of the Slack channel that you configure for the Amazon Web Services Support App.
|
UpdateSlackChannelConfigurationResponse.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.
|
UpdateSlackChannelConfigurationResponse.Builder |
notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
|
UpdateSlackChannelConfigurationResponse.Builder |
notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
UpdateSlackChannelConfigurationResponse.Builder |
notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
|
UpdateSlackChannelConfigurationResponse.Builder |
notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
|
UpdateSlackChannelConfigurationResponse.Builder |
notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
|
UpdateSlackChannelConfigurationResponse.Builder |
teamId(String teamId)
The team ID in Slack.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSlackChannelConfigurationResponse.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.UpdateSlackChannelConfigurationResponse.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.UpdateSlackChannelConfigurationResponse.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.UpdateSlackChannelConfigurationResponse.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.UpdateSlackChannelConfigurationResponse.Builder notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.NotificationSeverityLevel,
NotificationSeverityLevelUpdateSlackChannelConfigurationResponse.Builder notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.NotificationSeverityLevel,
NotificationSeverityLevelUpdateSlackChannelConfigurationResponse.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.UpdateSlackChannelConfigurationResponse.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.UpdateSlackChannelConfigurationResponse.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.Copyright © 2023. All rights reserved.