Interface ListLambdaFunctionsResponse.Builder

  • Method Details

    • lambdaFunctions

      ListLambdaFunctionsResponse.Builder lambdaFunctions(Collection<String> lambdaFunctions)

      The Lambdafunction ARNs associated with the specified instance.

      Parameters:
      lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lambdaFunctions

      ListLambdaFunctionsResponse.Builder lambdaFunctions(String... lambdaFunctions)

      The Lambdafunction ARNs associated with the specified instance.

      Parameters:
      lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If there are additional results, this is the token for the next set of results.

      Parameters:
      nextToken - If there are additional results, this is the token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.