Interface SlackBidirectionalConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SlackBidirectionalConfiguration.Builder,,SlackBidirectionalConfiguration> SdkBuilder<SlackBidirectionalConfiguration.Builder,,SlackBidirectionalConfiguration> SdkPojo
- Enclosing class:
SlackBidirectionalConfiguration
@Mutable
@NotThreadSafe
public static interface SlackBidirectionalConfiguration.Builder
extends SdkPojo, CopyableBuilder<SlackBidirectionalConfiguration.Builder,SlackBidirectionalConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionWhether bidirectional communication is enabled for this association.IAM role ARN that AWS DevOps Agent assumes to exchange messages with your Slack workspace on behalf of this association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-