Interface DescribeSlackWorkspacesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ChatbotResponse.Builder, CopyableBuilder<DescribeSlackWorkspacesResponse.Builder,DescribeSlackWorkspacesResponse>, SdkBuilder<DescribeSlackWorkspacesResponse.Builder,DescribeSlackWorkspacesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeSlackWorkspacesResponse

public static interface DescribeSlackWorkspacesResponse.Builder extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<DescribeSlackWorkspacesResponse.Builder,DescribeSlackWorkspacesResponse>
  • Method Details

    • slackWorkspaces

      A 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.
    • slackWorkspaces

      DescribeSlackWorkspacesResponse.Builder slackWorkspaces(SlackWorkspace... slackWorkspaces)
      A 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.
    • slackWorkspaces

      A list of Slack Workspaces registered with AWS Chatbot. This is a convenience method that creates an instance of the SlackWorkspace.Builder avoiding the need to create one manually via SlackWorkspace.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to slackWorkspaces(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:
    • 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.
      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.