Interface ListTopicsResponse.Builder

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

public static interface ListTopicsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTopicsResponse.Builder,ListTopicsResponse>
  • Method Details

    • 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.
    • topicsSummaries

      ListTopicsResponse.Builder topicsSummaries(Consumer<TopicSummary.Builder>... topicsSummaries)

      A list of topic summaries.

      This is a convenience method that creates an instance of the TopicSummary.Builder avoiding the need to create one manually via TopicSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to topicsSummaries(List<TopicSummary>).

      Parameters:
      topicsSummaries - a consumer that will call methods on TopicSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.