Interface ListTopicsResponse.Builder

    • Method Detail

      • topicsSummaries

        ListTopicsResponse.Builder topicsSummaries​(Collection<TopicSummary> topicsSummaries)

        A list of topic summaries.

        Parameters:
        topicsSummaries - A list of topic summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topicsSummaries

        ListTopicsResponse.Builder topicsSummaries​(TopicSummary... topicsSummaries)

        A list of topic summaries.

        Parameters:
        topicsSummaries - A list of topic summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTopicsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        ListTopicsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListTopicsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.