Interface SearchAppsResponse.Builder

  • Method Details

    • appSummaryList

      SearchAppsResponse.Builder appSummaryList(Collection<AppSummary> appSummaryList)

      A list of app summaries that match the search criteria.

      Parameters:
      appSummaryList - A list of app summaries that match the search criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appSummaryList

      SearchAppsResponse.Builder appSummaryList(AppSummary... appSummaryList)

      A list of app summaries that match the search criteria.

      Parameters:
      appSummaryList - A list of app summaries that match the search criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appSummaryList

      SearchAppsResponse.Builder appSummaryList(Consumer<AppSummary.Builder>... appSummaryList)

      A list of app summaries that match the search criteria.

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

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

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

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

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