Interface ListThemesResponse.Builder

  • Method Details

    • themeSummaryList

      ListThemesResponse.Builder themeSummaryList(Collection<ThemeSummary> themeSummaryList)

      Information about the themes in the list.

      Parameters:
      themeSummaryList - Information about the themes in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • themeSummaryList

      ListThemesResponse.Builder themeSummaryList(ThemeSummary... themeSummaryList)

      Information about the themes in the list.

      Parameters:
      themeSummaryList - Information about the themes in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • themeSummaryList

      ListThemesResponse.Builder themeSummaryList(Consumer<ThemeSummary.Builder>... themeSummaryList)

      Information about the themes in the list.

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

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

      Parameters:
      themeSummaryList - a consumer that will call methods on ThemeSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListThemesResponse.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.
    • 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.
    • requestId

      ListThemesResponse.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.