@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When you update an SQL-based Amazon Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about an AWS Lambda function that is configured as the destination.
| Constructor and Description |
|---|
LambdaOutputUpdate() |
| Modifier and Type | Method and Description |
|---|---|
LambdaOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
resourceARNUpdate - The Amazon Resource Name (ARN) of the destination AWS Lambda function.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
public LambdaOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
resourceARNUpdate - The Amazon Resource Name (ARN) of the destination AWS Lambda function.public String toString()
toString in class ObjectObject.toString()public LambdaOutputUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.