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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlackWorkspace.BuilderslackTeamId(String slackTeamId)The ID of the Slack workspace authorized with AWS Chatbot.SlackWorkspace.BuilderslackTeamName(String slackTeamName)Name of the Slack Workspace.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
slackTeamId
SlackWorkspace.Builder slackTeamId(String 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
SlackWorkspace.Builder slackTeamName(String 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.
-
-