Class LambdaActivity
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.LambdaActivity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LambdaActivity.Builder,LambdaActivity>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLambdaActivity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerbatchSize()The number of messages passed to the Lambda function for processing.static LambdaActivity.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaName()The name of the Lambda function that is run on the message.Stringname()The name of the lambda activity.Stringnext()The next activity in the pipeline.List<SdkField<?>>sdkFields()static Class<? extends LambdaActivity.Builder>serializableBuilderClass()LambdaActivity.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the lambda activity.
- Returns:
- The name of the lambda activity.
-
lambdaName
public final String lambdaName()
The name of the Lambda function that is run on the message.
- Returns:
- The name of the Lambda function that is run on the message.
-
batchSize
public final Integer batchSize()
The number of messages passed to the Lambda function for processing.
The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
- Returns:
- The number of messages passed to the Lambda function for processing.
The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
-
next
public final String next()
The next activity in the pipeline.
- Returns:
- The next activity in the pipeline.
-
toBuilder
public LambdaActivity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LambdaActivity.Builder,LambdaActivity>
-
builder
public static LambdaActivity.Builder builder()
-
serializableBuilderClass
public static Class<? extends LambdaActivity.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-