Interface ListSopRecommendationsResponse.Builder

    • Method Detail

      • nextToken

        ListSopRecommendationsResponse.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.
      • sopRecommendations

        ListSopRecommendationsResponse.Builder sopRecommendations​(Collection<SopRecommendation> sopRecommendations)

        The standard operating procedure (SOP) recommendations for the Resilience Hub applications.

        Parameters:
        sopRecommendations - The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sopRecommendations

        ListSopRecommendationsResponse.Builder sopRecommendations​(SopRecommendation... sopRecommendations)

        The standard operating procedure (SOP) recommendations for the Resilience Hub applications.

        Parameters:
        sopRecommendations - The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.