Interface AssociateChannelRequest.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the Channel to associate with the NotificationConfiguration.

      Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and notifications-contacts.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the Channel to associate with the NotificationConfiguration.

      Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and notifications-contacts.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notificationConfigurationArn

      AssociateChannelRequest.Builder notificationConfigurationArn(String notificationConfigurationArn)

      The ARN of the NotificationConfiguration to associate with the Channel.

      Parameters:
      notificationConfigurationArn - The ARN of the NotificationConfiguration to associate with the Channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      AssociateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.