Interface SlackBidirectionalConfiguration.Builder

  • Method Details

    • roleArn

      IAM role ARN that AWS DevOps Agent assumes to exchange messages with your Slack workspace on behalf of this association.

      Parameters:
      roleArn - IAM role ARN that AWS DevOps Agent assumes to exchange messages with your Slack workspace on behalf of this association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      Whether bidirectional communication is enabled for this association. When you set this value to true, you can mention the agent in a configured Slack channel and it responds in that channel. When you omit this value or set it to false, the agent ignores mentions and only sends notifications.

      Parameters:
      enabled - Whether bidirectional communication is enabled for this association. When you set this value to true, you can mention the agent in a configured Slack channel and it responds in that channel. When you omit this value or set it to false, the agent ignores mentions and only sends notifications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.