public static interface RegisterSlackWorkspaceForOrganizationResponse.Builder extends SupportAppResponse.Builder, SdkPojo, CopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterSlackWorkspaceForOrganizationResponse.Builder |
accountType(AccountType accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
RegisterSlackWorkspaceForOrganizationResponse.Builder |
accountType(String accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in
Organizations.
|
RegisterSlackWorkspaceForOrganizationResponse.Builder |
teamId(String teamId)
The team ID in Slack.
|
RegisterSlackWorkspaceForOrganizationResponse.Builder |
teamName(String teamName)
The name of the Slack workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterSlackWorkspaceForOrganizationResponse.Builder accountType(String accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
accountType - Whether the Amazon Web Services account is a management or member account that's part of an
organization in Organizations.AccountType,
AccountTypeRegisterSlackWorkspaceForOrganizationResponse.Builder accountType(AccountType accountType)
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
accountType - Whether the Amazon Web Services account is a management or member account that's part of an
organization in Organizations.AccountType,
AccountTypeRegisterSlackWorkspaceForOrganizationResponse.Builder teamId(String teamId)
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
teamId - The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.RegisterSlackWorkspaceForOrganizationResponse.Builder teamName(String teamName)
The name of the Slack workspace.
teamName - The name of the Slack workspace.Copyright © 2022. All rights reserved.