@Generated(value="software.amazon.awssdk:codegen") public final class InputLambdaProcessorUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLambdaProcessorUpdate.Builder,InputLambdaProcessorUpdate>
For a SQL-based Kinesis Data Analytics application, represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputLambdaProcessorUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputLambdaProcessorUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceARNUpdate()
The Amazon Resource Name (ARN) of the new Amazon Lambda function that is used to preprocess the records in the
stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputLambdaProcessorUpdate.Builder> |
serializableBuilderClass() |
InputLambdaProcessorUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceARNUpdate()
The Amazon Resource Name (ARN) of the new Amazon 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: Amazon 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: Amazon Lambda
public InputLambdaProcessorUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputLambdaProcessorUpdate.Builder,InputLambdaProcessorUpdate>public static InputLambdaProcessorUpdate.Builder builder()
public static Class<? extends InputLambdaProcessorUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.