Interface UpdateSlackChannelConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateSlackChannelConfigurationResponse.Builder,UpdateSlackChannelConfigurationResponse>, SdkBuilder<UpdateSlackChannelConfigurationResponse.Builder,UpdateSlackChannelConfigurationResponse>, SdkPojo, SdkResponse.Builder, SupportAppResponse.Builder
Enclosing class:
UpdateSlackChannelConfigurationResponse

  • Method Details

    • 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

      The name of the Slack channel that you configure for the Amazon Web Services Support App.

      Parameters:
      channelName - The name of the Slack channel that you configure for the Amazon Web Services Support App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      UpdateSlackChannelConfigurationResponse.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

      UpdateSlackChannelConfigurationResponse.Builder notifyOnCaseSeverity(String notifyOnCaseSeverity)

      The case severity for a support case that you want to receive notifications.

      Parameters:
      notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • notifyOnCaseSeverity

      The case severity for a support case that you want to receive notifications.

      Parameters:
      notifyOnCaseSeverity - The case severity for a support case that you want to receive notifications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • notifyOnCreateOrReopenCase

      UpdateSlackChannelConfigurationResponse.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

      UpdateSlackChannelConfigurationResponse.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

      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 as T012ABCDEFG.
      Returns:
      Returns a reference to this object so that method calls can be chained together.