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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
allowOrganizationMemberAccountSlackWorkspaceConfiguration.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.
 
- 
teamIdThe 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 as- T012ABCDEFG.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
teamNameThe 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.
 
 
-