Interface ListAppsResponse.Builder

    • Method Detail

      • appSummaries

        ListAppsResponse.Builder appSummaries​(Collection<AppSummary> appSummaries)

        Summaries for the Resilience Hub application.

        Parameters:
        appSummaries - Summaries for the Resilience Hub application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appSummaries

        ListAppsResponse.Builder appSummaries​(AppSummary... appSummaries)

        Summaries for the Resilience Hub application.

        Parameters:
        appSummaries - Summaries for the Resilience Hub application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - 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.