Interface Recipe.Builder

    • Method Detail

      • name

        Recipe.Builder name​(String name)

        The name of the Glue Studio node.

        Parameters:
        name - The name of the Glue Studio node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        Recipe.Builder inputs​(Collection<String> inputs)

        The nodes that are inputs to the recipe node, identified by id.

        Parameters:
        inputs - The nodes that are inputs to the recipe node, identified by id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        Recipe.Builder inputs​(String... inputs)

        The nodes that are inputs to the recipe node, identified by id.

        Parameters:
        inputs - The nodes that are inputs to the recipe node, identified by id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipeReference

        Recipe.Builder recipeReference​(RecipeReference recipeReference)

        A reference to the DataBrew recipe used by the node.

        Parameters:
        recipeReference - A reference to the DataBrew recipe used by the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.