Interface GetLambdaFunctionRecommendationsResponse.Builder

    • Method Detail

      • nextToken

        GetLambdaFunctionRecommendationsResponse.Builder nextToken​(String nextToken)

        The token to use to advance to the next page of function recommendations.

        This value is null when there are no more pages of function recommendations to return.

        Parameters:
        nextToken - The token to use to advance to the next page of function recommendations.

        This value is null when there are no more pages of function recommendations to return.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaFunctionRecommendations

        GetLambdaFunctionRecommendationsResponse.Builder lambdaFunctionRecommendations​(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)

        An array of objects that describe function recommendations.

        Parameters:
        lambdaFunctionRecommendations - An array of objects that describe function recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaFunctionRecommendations

        GetLambdaFunctionRecommendationsResponse.Builder lambdaFunctionRecommendations​(LambdaFunctionRecommendation... lambdaFunctionRecommendations)

        An array of objects that describe function recommendations.

        Parameters:
        lambdaFunctionRecommendations - An array of objects that describe function recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.