@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLambdaProcessor extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the Amazon Resource Name (ARN) of the AWS Lambda function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda function.
Constructor and Description |
---|
InputLambdaProcessor() |
Modifier and Type | Method and Description |
---|---|
InputLambdaProcessor |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the AWS Lambda function that operates on records in
the stream.
|
String |
getRoleARN()
The ARN of the IAM role that is used to access the AWS Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in
the stream.
|
void |
setRoleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
InputLambdaProcessor |
withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in
the stream.
|
InputLambdaProcessor |
withRoleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
|
public void setResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
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 ARN of the AWS Lambda function that operates on
records in the stream. 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 ARN of the AWS Lambda function that operates on records in the stream.
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 InputLambdaProcessor withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
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 ARN of the AWS Lambda function that operates on
records in the stream. 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 setRoleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
roleARN
- The ARN of the IAM role that is used to access the AWS Lambda function.public String getRoleARN()
The ARN of the IAM role that is used to access the AWS Lambda function.
public InputLambdaProcessor withRoleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
roleARN
- The ARN of the IAM role that is used to access the AWS Lambda function.public String toString()
toString
in class Object
Object.toString()
public InputLambdaProcessor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.