Interface RegisterSlackWorkspaceForOrganizationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>,SdkBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>,SdkPojo,SdkResponse.Builder,SupportAppResponse.Builder
- Enclosing class:
- RegisterSlackWorkspaceForOrganizationResponse
public static interface RegisterSlackWorkspaceForOrganizationResponse.Builder extends SupportAppResponse.Builder, SdkPojo, CopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterSlackWorkspaceForOrganizationResponse.BuilderaccountType(String accountType)Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.RegisterSlackWorkspaceForOrganizationResponse.BuilderaccountType(AccountType accountType)Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.RegisterSlackWorkspaceForOrganizationResponse.BuilderteamId(String teamId)The team ID in Slack.RegisterSlackWorkspaceForOrganizationResponse.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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.supportapp.model.SupportAppResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
accountType
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.
- Parameters:
accountType- Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountType,AccountType
-
accountType
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.
- Parameters:
accountType- Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountType,AccountType
-
teamId
RegisterSlackWorkspaceForOrganizationResponse.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
RegisterSlackWorkspaceForOrganizationResponse.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.
-
-