@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Transformation extends Object implements Serializable, Cloneable, StructuredPojo
A custom processing step for documents moving through a data source ingestion pipeline. To process documents after
they have been converted into chunks, set the step to apply to POST_CHUNKING.
| Constructor and Description |
|---|
Transformation() |
| Modifier and Type | Method and Description |
|---|---|
Transformation |
clone() |
boolean |
equals(Object obj) |
String |
getStepToApply()
When the service applies the transformation.
|
TransformationFunction |
getTransformationFunction()
A Lambda function that processes documents.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStepToApply(String stepToApply)
When the service applies the transformation.
|
void |
setTransformationFunction(TransformationFunction transformationFunction)
A Lambda function that processes documents.
|
String |
toString()
Returns a string representation of this object.
|
Transformation |
withStepToApply(StepType stepToApply)
When the service applies the transformation.
|
Transformation |
withStepToApply(String stepToApply)
When the service applies the transformation.
|
Transformation |
withTransformationFunction(TransformationFunction transformationFunction)
A Lambda function that processes documents.
|
public void setStepToApply(String stepToApply)
When the service applies the transformation.
stepToApply - When the service applies the transformation.StepTypepublic String getStepToApply()
When the service applies the transformation.
StepTypepublic Transformation withStepToApply(String stepToApply)
When the service applies the transformation.
stepToApply - When the service applies the transformation.StepTypepublic Transformation withStepToApply(StepType stepToApply)
When the service applies the transformation.
stepToApply - When the service applies the transformation.StepTypepublic void setTransformationFunction(TransformationFunction transformationFunction)
A Lambda function that processes documents.
transformationFunction - A Lambda function that processes documents.public TransformationFunction getTransformationFunction()
A Lambda function that processes documents.
public Transformation withTransformationFunction(TransformationFunction transformationFunction)
A Lambda function that processes documents.
transformationFunction - A Lambda function that processes documents.public String toString()
toString in class ObjectObject.toString()public Transformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.