Interface ListTestRecommendationsResponse.Builder

    • Method Detail

      • nextToken

        ListTestRecommendationsResponse.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.
      • testRecommendations

        ListTestRecommendationsResponse.Builder testRecommendations​(Collection<TestRecommendation> testRecommendations)

        The test recommendations for the Resilience Hub application.

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

        ListTestRecommendationsResponse.Builder testRecommendations​(TestRecommendation... testRecommendations)

        The test recommendations for the Resilience Hub application.

        Parameters:
        testRecommendations - The test recommendations for the Resilience Hub application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.