Interface SlackWorkspaceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>,SdkBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>,SdkPojo
- Enclosing class:
- SlackWorkspaceConfiguration
public static interface SlackWorkspaceConfiguration.Builder extends SdkPojo, CopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlackWorkspaceConfiguration.BuilderallowOrganizationMemberAccount(Boolean allowOrganizationMemberAccount)Whether to allow member accounts to authorize Slack workspaces.SlackWorkspaceConfiguration.BuilderteamId(String teamId)The team ID in Slack.SlackWorkspaceConfiguration.BuilderteamName(String teamName)The 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
-
allowOrganizationMemberAccount
SlackWorkspaceConfiguration.Builder allowOrganizationMemberAccount(Boolean allowOrganizationMemberAccount)
Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.
- Parameters:
allowOrganizationMemberAccount- Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
teamId
SlackWorkspaceConfiguration.Builder teamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
T012ABCDEFG.- Parameters:
teamId- The team ID in Slack. This ID uniquely identifies a Slack workspace, such asT012ABCDEFG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
teamName
SlackWorkspaceConfiguration.Builder teamName(String teamName)
The name of the Slack workspace.
- Parameters:
teamName- The name of the Slack workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-