@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) |
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 Object
Object.toString()
public InputProcessingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.