@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipeAction extends Object implements Serializable, Cloneable, StructuredPojo
Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.
| Constructor and Description |
|---|
RecipeAction() |
| Modifier and Type | Method and Description |
|---|---|
RecipeAction |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
RecipeAction |
clearParametersEntries()
Removes all the entries added into Parameters.
|
RecipeAction |
clone() |
boolean |
equals(Object obj) |
String |
getOperation()
The name of a valid DataBrew transformation to be performed on the data.
|
Map<String,String> |
getParameters()
Contextual parameters for the transformation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOperation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
|
void |
setParameters(Map<String,String> parameters)
Contextual parameters for the transformation.
|
String |
toString()
Returns a string representation of this object.
|
RecipeAction |
withOperation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
|
RecipeAction |
withParameters(Map<String,String> parameters)
Contextual parameters for the transformation.
|
public void setOperation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
operation - The name of a valid DataBrew transformation to be performed on the data.public String getOperation()
The name of a valid DataBrew transformation to be performed on the data.
public RecipeAction withOperation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
operation - The name of a valid DataBrew transformation to be performed on the data.public Map<String,String> getParameters()
Contextual parameters for the transformation.
public void setParameters(Map<String,String> parameters)
Contextual parameters for the transformation.
parameters - Contextual parameters for the transformation.public RecipeAction withParameters(Map<String,String> parameters)
Contextual parameters for the transformation.
parameters - Contextual parameters for the transformation.public RecipeAction addParametersEntry(String key, String value)
public RecipeAction clearParametersEntries()
public String toString()
toString in class ObjectObject.toString()public RecipeAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.