Interface ListLambdaFunctionsResponse.Builder

    • Method Detail

      • 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

        ListLambdaFunctionsResponse.Builder nextToken​(String 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.