Interface DescribeSlackWorkspacesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ChatbotResponse.Builder,- CopyableBuilder<DescribeSlackWorkspacesResponse.Builder,,- DescribeSlackWorkspacesResponse> - SdkBuilder<DescribeSlackWorkspacesResponse.Builder,,- DescribeSlackWorkspacesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeSlackWorkspacesResponse
@Mutable
@NotThreadSafe
public static interface DescribeSlackWorkspacesResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<DescribeSlackWorkspacesResponse.Builder,DescribeSlackWorkspacesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionAn optional token returned from a prior request.slackWorkspaces(Collection<SlackWorkspace> slackWorkspaces) A list of Slack workspaces registered with AWS Chatbot.slackWorkspaces(Consumer<SlackWorkspace.Builder>... slackWorkspaces) A list of Slack workspaces registered with AWS Chatbot.slackWorkspaces(SlackWorkspace... slackWorkspaces) A list of Slack workspaces registered with AWS Chatbot.Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
slackWorkspacesA list of Slack workspaces registered with AWS Chatbot. - Parameters:
- slackWorkspaces- A list of Slack workspaces registered with AWS Chatbot.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
slackWorkspacesA list of Slack workspaces registered with AWS Chatbot. - Parameters:
- slackWorkspaces- A list of Slack workspaces registered with AWS Chatbot.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
slackWorkspacesDescribeSlackWorkspacesResponse.Builder slackWorkspaces(Consumer<SlackWorkspace.Builder>... slackWorkspaces) A list of Slack workspaces registered with AWS Chatbot. This is a convenience method that creates an instance of theSlackWorkspace.Builderavoiding the need to create one manually viaSlackWorkspace.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toslackWorkspaces(List<SlackWorkspace>).- Parameters:
- slackWorkspaces- a consumer that will call methods on- SlackWorkspace.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenAn optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - Parameters:
- nextToken- An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-