@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaOutput extends Object implements Serializable, Cloneable, StructuredPojo
When you configure an SQL-based Amazon Kinesis Data Analytics application's output, identifies an AWS Lambda function as the destination. You provide the function Amazon Resource Name (ARN) of the Lambda function.
| Constructor and Description |
|---|
LambdaOutput() |
| Modifier and Type | Method and Description |
|---|---|
LambdaOutput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
String |
toString()
Returns a string representation of this object.
|
LambdaOutput |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
resourceARN - The Amazon Resource Name (ARN) of the destination Lambda function to write to.public String getResourceARN()
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
public LambdaOutput withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
resourceARN - The Amazon Resource Name (ARN) of the destination Lambda function to write to.public String toString()
toString in class ObjectObject.toString()public LambdaOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.