@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)
Marshalls this structured data using the given
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.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
resourceARN
- The Amazon Resource Name (ARN) of the destination Lambda function to write to. To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
public String getResourceARN()
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
public LambdaOutput withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
resourceARN
- The Amazon Resource Name (ARN) of the destination Lambda function to write to. To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
public String toString()
toString
in class Object
Object.toString()
public LambdaOutput 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.