@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputProcessingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides a description of a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is AWS Lambda.
| Constructor and Description | 
|---|
| InputProcessingConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| InputProcessingConfiguration | clone() | 
| boolean | equals(Object obj) | 
| InputLambdaProcessor | getInputLambdaProcessor()
 The 
 InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your
 application code. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
 The 
 InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your
 application code. | 
| String | toString()Returns a string representation of this object. | 
| InputProcessingConfiguration | withInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
 The 
 InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your
 application code. | 
public void setInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
inputLambdaProcessor - The 
        InputLambdaProcessor that is used to preprocess the records in the stream before being processed by
        your application code.public InputLambdaProcessor getInputLambdaProcessor()
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
public InputProcessingConfiguration withInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
inputLambdaProcessor - The 
        InputLambdaProcessor that is used to preprocess the records in the stream before being processed by
        your application code.public String toString()
toString in class ObjectObject.toString()public InputProcessingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.