@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLambdaProcessorUpdate extends Object implements Serializable, Cloneable, StructuredPojo
For an SQL-based Amazon Kinesis Data Analytics application, represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.
| Constructor and Description |
|---|
InputLambdaProcessorUpdate() |
| Modifier and Type | Method and Description |
|---|---|
InputLambdaProcessorUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the
stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the
stream.
|
String |
toString()
Returns a string representation of this object.
|
InputLambdaProcessorUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the
stream.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.
resourceARNUpdate - The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in
the stream.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.
public InputLambdaProcessorUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.
resourceARNUpdate - The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in
the stream.public String toString()
toString in class ObjectObject.toString()public InputLambdaProcessorUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.