@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.
|
List<RecipeStep> |
getRecipeSteps()
Transform steps used in the recipe node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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.
|
void |
setRecipeSteps(Collection<RecipeStep> recipeSteps)
Transform steps used in the recipe 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.
|
Recipe |
withRecipeSteps(Collection<RecipeStep> recipeSteps)
Transform steps used in the recipe node.
|
Recipe |
withRecipeSteps(RecipeStep... recipeSteps)
Transform steps used in the recipe 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 List<RecipeStep> getRecipeSteps()
Transform steps used in the recipe node.
public void setRecipeSteps(Collection<RecipeStep> recipeSteps)
Transform steps used in the recipe node.
recipeSteps
- Transform steps used in the recipe node.public Recipe withRecipeSteps(RecipeStep... recipeSteps)
Transform steps used in the recipe node.
NOTE: This method appends the values to the existing list (if any). Use
setRecipeSteps(java.util.Collection)
or withRecipeSteps(java.util.Collection)
if you want to
override the existing values.
recipeSteps
- Transform steps used in the recipe node.public Recipe withRecipeSteps(Collection<RecipeStep> recipeSteps)
Transform steps used in the recipe node.
recipeSteps
- Transform steps used in the recipe node.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.