@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaOutputDescription extends Object implements Serializable, Cloneable, StructuredPojo
For an application output, describes the AWS Lambda function configured as its destination.
| Constructor and Description |
|---|
LambdaOutputDescription() |
| Modifier and Type | Method and Description |
|---|---|
LambdaOutputDescription |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
Amazon Resource Name (ARN) of the destination Lambda function.
|
String |
getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function.
|
void |
setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaOutputDescription |
withResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputDescription |
withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
|
public void setResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function.
resourceARN - Amazon Resource Name (ARN) of the destination Lambda function.public String getResourceARN()
Amazon Resource Name (ARN) of the destination Lambda function.
public LambdaOutputDescription withResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function.
resourceARN - Amazon Resource Name (ARN) of the destination Lambda function.public void setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
roleARN - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.public String getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
public LambdaOutputDescription withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
roleARN - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.public String toString()
toString in class ObjectObject.toString()public LambdaOutputDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.