Interface SlackWorkspaceConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SlackWorkspaceConfiguration.Builder,
,SlackWorkspaceConfiguration> SdkBuilder<SlackWorkspaceConfiguration.Builder,
,SlackWorkspaceConfiguration> SdkPojo
- Enclosing class:
SlackWorkspaceConfiguration
@Mutable
@NotThreadSafe
public static interface SlackWorkspaceConfiguration.Builder
extends SdkPojo, CopyableBuilder<SlackWorkspaceConfiguration.Builder,SlackWorkspaceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionallowOrganizationMemberAccount
(Boolean allowOrganizationMemberAccount) Whether to allow member accounts to authorize Slack workspaces.The team ID in Slack.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-