@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipeStep extends Object implements Serializable, Cloneable, StructuredPojo
A recipe step used in a Glue Studio data preparation recipe node.
| Constructor and Description |
|---|
RecipeStep() |
| Modifier and Type | Method and Description |
|---|---|
RecipeStep |
clone() |
boolean |
equals(Object obj) |
RecipeAction |
getAction()
The transformation action of the recipe step.
|
List<ConditionExpression> |
getConditionExpressions()
The condition expressions for the recipe step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAction(RecipeAction action)
The transformation action of the recipe step.
|
void |
setConditionExpressions(Collection<ConditionExpression> conditionExpressions)
The condition expressions for the recipe step.
|
String |
toString()
Returns a string representation of this object.
|
RecipeStep |
withAction(RecipeAction action)
The transformation action of the recipe step.
|
RecipeStep |
withConditionExpressions(Collection<ConditionExpression> conditionExpressions)
The condition expressions for the recipe step.
|
RecipeStep |
withConditionExpressions(ConditionExpression... conditionExpressions)
The condition expressions for the recipe step.
|
public void setAction(RecipeAction action)
The transformation action of the recipe step.
action - The transformation action of the recipe step.public RecipeAction getAction()
The transformation action of the recipe step.
public RecipeStep withAction(RecipeAction action)
The transformation action of the recipe step.
action - The transformation action of the recipe step.public List<ConditionExpression> getConditionExpressions()
The condition expressions for the recipe step.
public void setConditionExpressions(Collection<ConditionExpression> conditionExpressions)
The condition expressions for the recipe step.
conditionExpressions - The condition expressions for the recipe step.public RecipeStep withConditionExpressions(ConditionExpression... conditionExpressions)
The condition expressions for the recipe step.
NOTE: This method appends the values to the existing list (if any). Use
setConditionExpressions(java.util.Collection) or withConditionExpressions(java.util.Collection)
if you want to override the existing values.
conditionExpressions - The condition expressions for the recipe step.public RecipeStep withConditionExpressions(Collection<ConditionExpression> conditionExpressions)
The condition expressions for the recipe step.
conditionExpressions - The condition expressions for the recipe step.public String toString()
toString in class ObjectObject.toString()public RecipeStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.