@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 prior to 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 prior to 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 prior to being processed by
your application code.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputProcessingConfiguration |
withInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by
your application code.
|
public void setInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.
inputLambdaProcessor
- The InputLambdaProcessor that is used to preprocess the records in the stream prior to being
processed by your application code.public InputLambdaProcessor getInputLambdaProcessor()
The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.
public InputProcessingConfiguration withInputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.
inputLambdaProcessor
- The InputLambdaProcessor that is used to preprocess the records in the stream prior to being
processed by your application code.public String toString()
toString
in class Object
Object.toString()
public InputProcessingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.