Interface RegisterSlackWorkspaceForOrganizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,,RegisterSlackWorkspaceForOrganizationResponse> SdkBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,,RegisterSlackWorkspaceForOrganizationResponse> SdkPojo,SdkResponse.Builder,SupportAppResponse.Builder
- Enclosing class:
RegisterSlackWorkspaceForOrganizationResponse
@Mutable
@NotThreadSafe
public static interface RegisterSlackWorkspaceForOrganizationResponse.Builder
extends SupportAppResponse.Builder, SdkPojo, CopyableBuilder<RegisterSlackWorkspaceForOrganizationResponse.Builder,RegisterSlackWorkspaceForOrganizationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountType(String accountType) Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.accountType(AccountType accountType) Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.The team ID in Slack.The name of the Slack workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.supportapp.model.SupportAppResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
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:
-
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.
-