Interface GetArchitectureRecommendationsResponse.Builder

    • Method Detail

      • lastAuditTimestamp

        GetArchitectureRecommendationsResponse.Builder lastAuditTimestamp​(Instant lastAuditTimestamp)

        The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

        Parameters:
        lastAuditTimestamp - The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetArchitectureRecommendationsResponse.Builder nextToken​(String nextToken)

        The token that identifies which batch of results you want to see.

        Parameters:
        nextToken - The token that identifies which batch of results you want to see.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendations

        GetArchitectureRecommendationsResponse.Builder recommendations​(Collection<Recommendation> recommendations)

        A list of the recommendations for the customer's application.

        Parameters:
        recommendations - A list of the recommendations for the customer's application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendations

        GetArchitectureRecommendationsResponse.Builder recommendations​(Recommendation... recommendations)

        A list of the recommendations for the customer's application.

        Parameters:
        recommendations - A list of the recommendations for the customer's application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.