@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recipe extends Object implements Serializable, Cloneable, StructuredPojo
A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.
| Constructor and Description |
|---|
Recipe() |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInputs()
The nodes that are inputs to the recipe node, identified by id.
|
String |
getName()
The name of the Glue Studio node.
|
RecipeReference |
getRecipeReference()
A reference to the DataBrew recipe used by the node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
|
void |
setName(String name)
The name of the Glue Studio node.
|
void |
setRecipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
|
String |
toString()
Returns a string representation of this object.
|
Recipe |
withInputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe |
withInputs(String... inputs)
The nodes that are inputs to the recipe node, identified by id.
|
Recipe |
withName(String name)
The name of the Glue Studio node.
|
Recipe |
withRecipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
|
public void setName(String name)
The name of the Glue Studio node.
name - The name of the Glue Studio node.public String getName()
The name of the Glue Studio node.
public Recipe withName(String name)
The name of the Glue Studio node.
name - The name of the Glue Studio node.public List<String> getInputs()
The nodes that are inputs to the recipe node, identified by id.
public void setInputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
inputs - The nodes that are inputs to the recipe node, identified by id.public Recipe withInputs(String... inputs)
The nodes that are inputs to the recipe node, identified by id.
NOTE: This method appends the values to the existing list (if any). Use
setInputs(java.util.Collection) or withInputs(java.util.Collection) if you want to override the
existing values.
inputs - The nodes that are inputs to the recipe node, identified by id.public Recipe withInputs(Collection<String> inputs)
The nodes that are inputs to the recipe node, identified by id.
inputs - The nodes that are inputs to the recipe node, identified by id.public void setRecipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
recipeReference - A reference to the DataBrew recipe used by the node.public RecipeReference getRecipeReference()
A reference to the DataBrew recipe used by the node.
public Recipe withRecipeReference(RecipeReference recipeReference)
A reference to the DataBrew recipe used by the node.
recipeReference - A reference to the DataBrew recipe used by the node.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.