Interface ListAppComponentRecommendationsResponse.Builder

    • Method Detail

      • componentRecommendations

        ListAppComponentRecommendationsResponse.Builder componentRecommendations​(Collection<ComponentRecommendation> componentRecommendations)

        The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.

        Parameters:
        componentRecommendations - The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentRecommendations

        ListAppComponentRecommendationsResponse.Builder componentRecommendations​(ComponentRecommendation... componentRecommendations)

        The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.

        Parameters:
        componentRecommendations - The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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