Interface SlackWorkspace.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SlackWorkspace.Builder,,SlackWorkspace> SdkBuilder<SlackWorkspace.Builder,,SlackWorkspace> SdkPojo
- Enclosing class:
SlackWorkspace
public static interface SlackWorkspace.Builder
extends SdkPojo, CopyableBuilder<SlackWorkspace.Builder,SlackWorkspace>
-
Method Summary
Modifier and TypeMethodDescriptionslackTeamId(String slackTeamId) The ID of the Slack workspace authorized with AWS Chatbot.slackTeamName(String slackTeamName) Name of the Slack Workspace.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, sdkFields
-
Method Details
-
slackTeamId
The ID of the Slack workspace authorized with AWS Chatbot.- Parameters:
slackTeamId- The ID of the Slack workspace authorized with AWS Chatbot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slackTeamName
Name of the Slack Workspace.- Parameters:
slackTeamName- Name of the Slack Workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-