Interface UpdateSlackChannelConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateSlackChannelConfigurationRequest.Builder,,- UpdateSlackChannelConfigurationRequest> - SdkBuilder<UpdateSlackChannelConfigurationRequest.Builder,,- UpdateSlackChannelConfigurationRequest> - SdkPojo,- SdkRequest.Builder,- SupportAppRequest.Builder
- Enclosing class:
- UpdateSlackChannelConfigurationRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe channel ID in Slack.channelName(String channelName) The Slack channel name that you want to update.channelRoleArn(String channelRoleArn) The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services.notifyOnAddCorrespondenceToCase(Boolean notifyOnAddCorrespondenceToCase) Whether you want to get notified when a support case has a new correspondence.notifyOnCaseSeverity(String notifyOnCaseSeverity) The case severity for a support case that you want to receive notifications.notifyOnCaseSeverity(NotificationSeverityLevel notifyOnCaseSeverity) The case severity for a support case that you want to receive notifications.notifyOnCreateOrReopenCase(Boolean notifyOnCreateOrReopenCase) Whether you want to get notified when a support case is created or reopened.notifyOnResolveCase(Boolean notifyOnResolveCase) Whether you want to get notified when a support case is resolved.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The team ID in Slack.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.supportapp.model.SupportAppRequest.Builderbuild
- 
Method Details- 
channelIdThe 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.
 
- 
channelNameThe 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.
 
- 
channelRoleArnThe 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.
 
- 
notifyOnAddCorrespondenceToCaseUpdateSlackChannelConfigurationRequest.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.
 
- 
notifyOnCaseSeverityThe 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 - highor- 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. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
notifyOnCaseSeverityUpdateSlackChannelConfigurationRequest.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 - highor- 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. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
notifyOnCreateOrReopenCaseUpdateSlackChannelConfigurationRequest.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.
 
- 
notifyOnResolveCaseWhether 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.
 
- 
teamIdThe 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 as- T012ABCDEFG.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateSlackChannelConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateSlackChannelConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-