@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When updating an output configuration using the UpdateApplication operation, provides information about an AWS Lambda function configured as the destination.
Constructor and Description |
---|
LambdaOutputUpdate() |
Modifier and Type | Method and Description |
---|---|
LambdaOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
Amazon Resource Name (ARN) of the destination Lambda function.
|
String |
getRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the destination Lambda function.
|
void |
setRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
LambdaOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputUpdate |
withRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf.
|
public void setResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the destination Lambda function.
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
resourceARNUpdate
- Amazon Resource Name (ARN) of the destination Lambda function. 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 getResourceARNUpdate()
Amazon Resource Name (ARN) of the destination Lambda function.
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 LambdaOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the destination Lambda function.
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
resourceARNUpdate
- Amazon Resource Name (ARN) of the destination Lambda function. 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 void setRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.
roleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your
behalf. You need to grant the necessary permissions to this role.public String getRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.
public LambdaOutputUpdate withRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.
roleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your
behalf. You need to grant the necessary permissions to this role.public String toString()
toString
in class Object
Object.toString()
public LambdaOutputUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.