Interface UpdateSlackChannelConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSlackChannelConfigurationRequest.Builder,UpdateSlackChannelConfigurationRequest>,SdkBuilder<UpdateSlackChannelConfigurationRequest.Builder,UpdateSlackChannelConfigurationRequest>,SdkPojo,SdkRequest.Builder,SupportAppRequest.Builder
- Enclosing class:
- UpdateSlackChannelConfigurationRequest
public static interface UpdateSlackChannelConfigurationRequest.Builder extends SupportAppRequest.Builder, SdkPojo, CopyableBuilder<UpdateSlackChannelConfigurationRequest.Builder,UpdateSlackChannelConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSlackChannelConfigurationRequest.BuilderchannelId(String channelId)The channel ID in Slack.UpdateSlackChannelConfigurationRequest.BuilderchannelName(String channelName)The Slack channel name that you want to update.UpdateSlackChannelConfigurationRequest.BuilderchannelRoleArn(String channelRoleArn)The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services.UpdateSlackChannelConfigurationRequest.BuildernotifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)Whether you want to get notified when a support case has a new correspondence.UpdateSlackChannelConfigurationRequest.BuildernotifyOnCaseSeverity(String notifyOnCaseSeverity)The case severity for a support case that you want to receive notifications.UpdateSlackChannelConfigurationRequest.BuildernotifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)The case severity for a support case that you want to receive notifications.UpdateSlackChannelConfigurationRequest.BuildernotifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)Whether you want to get notified when a support case is created or reopened.UpdateSlackChannelConfigurationRequest.BuildernotifyOnResolveCase(Boolean notifyOnResolveCase)Whether you want to get notified when a support case is resolved.UpdateSlackChannelConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSlackChannelConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSlackChannelConfigurationRequest.BuilderteamId(String teamId)The team ID in Slack.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.supportapp.model.SupportAppRequest.Builder
build
-
-
-
-
Method Detail
-
channelId
UpdateSlackChannelConfigurationRequest.Builder channelId(String channelId)
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
- Parameters:
channelId- The channel ID in Slack. This ID identifies a channel within a Slack workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
UpdateSlackChannelConfigurationRequest.Builder channelName(String channelName)
The Slack channel name that you want to update.
- Parameters:
channelName- The Slack channel name that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelRoleArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifyOnAddCorrespondenceToCase
UpdateSlackChannelConfigurationRequest.Builder notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase)
Whether you want to get notified when a support case has a new correspondence.
- Parameters:
notifyOnAddCorrespondenceToCase- Whether you want to get notified when a support case has a new correspondence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifyOnCaseSeverity
UpdateSlackChannelConfigurationRequest.Builder notifyOnCaseSeverity(String notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
If you specify
highorall, at least one of the following parameters must betrue:-
notifyOnAddCorrespondenceToCase -
notifyOnCreateOrReopenCase -
notifyOnResolveCase
If you specify
none, any of the following parameters that you specify in your request must befalse:-
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.
- Parameters:
notifyOnCaseSeverity- The case severity for a support case that you want to receive notifications.If you specify
highorall, at least one of the following parameters must betrue:-
notifyOnAddCorrespondenceToCase -
notifyOnCreateOrReopenCase -
notifyOnResolveCase
If you specify
none, any of the following parameters that you specify in your request must befalse:-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationSeverityLevel,NotificationSeverityLevel
-
-
notifyOnCaseSeverity
UpdateSlackChannelConfigurationRequest.Builder notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity)
The case severity for a support case that you want to receive notifications.
If you specify
highorall, at least one of the following parameters must betrue:-
notifyOnAddCorrespondenceToCase -
notifyOnCreateOrReopenCase -
notifyOnResolveCase
If you specify
none, any of the following parameters that you specify in your request must befalse:-
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.
- Parameters:
notifyOnCaseSeverity- The case severity for a support case that you want to receive notifications.If you specify
highorall, at least one of the following parameters must betrue:-
notifyOnAddCorrespondenceToCase -
notifyOnCreateOrReopenCase -
notifyOnResolveCase
If you specify
none, any of the following parameters that you specify in your request must befalse:-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationSeverityLevel,NotificationSeverityLevel
-
-
notifyOnCreateOrReopenCase
UpdateSlackChannelConfigurationRequest.Builder notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase)
Whether you want to get notified when a support case is created or reopened.
- Parameters:
notifyOnCreateOrReopenCase- Whether you want to get notified when a support case is created or reopened.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notifyOnResolveCase
UpdateSlackChannelConfigurationRequest.Builder notifyOnResolveCase(Boolean notifyOnResolveCase)
Whether you want to get notified when a support case is resolved.
- Parameters:
notifyOnResolveCase- Whether you want to get notified when a support case is resolved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
teamId
UpdateSlackChannelConfigurationRequest.Builder teamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
T012ABCDEFG.- Parameters:
teamId- The team ID in Slack. This ID uniquely identifies a Slack workspace, such asT012ABCDEFG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSlackChannelConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSlackChannelConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-