@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLambdaProcessorDescription extends Object implements Serializable, Cloneable, StructuredPojo
For an SQL-based Amazon Kinesis Data Analytics application, an object that contains the Amazon Resource Name (ARN) of the AWS Lambda function that is used to preprocess records in the stream.
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)
Marshalls this structured data using the given
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.
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 is used to preprocess the 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 is used to preprocess the 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 InputLambdaProcessorDescription withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that is used to preprocess the 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 is used to preprocess the 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.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN
- The ARN of the IAM role that is used to access the AWS Lambda function. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public String getRoleARN()
The ARN of the IAM role that is used to access the AWS Lambda function.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public InputLambdaProcessorDescription withRoleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN
- The ARN of the IAM role that is used to access the AWS Lambda function. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public String toString()
toString
in class Object
Object.toString()
public InputLambdaProcessorDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.