@Generated(value="software.amazon.awssdk:codegen") public final class LambdaActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaActivity.Builder,LambdaActivity>
An activity that runs a Lambda function to modify the message.
Modifier and Type | Class and Description |
---|---|
static interface |
LambdaActivity.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
batchSize()
The number of messages passed to the Lambda function for processing.
|
static LambdaActivity.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lambdaName()
The name of the Lambda function that is run on the message.
|
String |
name()
The name of the 'lambda' activity.
|
String |
next()
The next activity in the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaActivity.Builder> |
serializableBuilderClass() |
LambdaActivity.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the 'lambda' activity.
public String lambdaName()
The name of the Lambda function that is run on the message.
public Integer batchSize()
The number of messages passed to the Lambda function for processing.
The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
The AWS Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
public String next()
The next activity in the pipeline.
public LambdaActivity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LambdaActivity.Builder,LambdaActivity>
public static LambdaActivity.Builder builder()
public static Class<? extends LambdaActivity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.