@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLambdaProcessorDescription 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 expression.
Constructor and Description |
---|
InputLambdaProcessorDescription() |
Modifier and Type | Method and Description |
---|---|
InputLambdaProcessorDescription |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the AWS Lambda function that is used to preprocess
the 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 is used to preprocess
the 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.
|
InputLambdaProcessorDescription |
withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that is used to preprocess
the records in the stream.
|
InputLambdaProcessorDescription |
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 is used to preprocess the records in the stream.
resourceARN
- The ARN of the AWS Lambda function that is used to
preprocess the records in the stream.public String getResourceARN()
The ARN of the AWS Lambda function that is used to preprocess the records in the stream.
public InputLambdaProcessorDescription withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that is used to preprocess the records in the stream.
resourceARN
- The ARN of the AWS Lambda function that is used to
preprocess the records in the stream.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 InputLambdaProcessorDescription 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 InputLambdaProcessorDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.