@Generated(value="software.amazon.awssdk:codegen") public final class InputLambdaProcessorUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLambdaProcessorUpdate.Builder,InputLambdaProcessorUpdate>
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 AWS Lambda function
that is used to preprocess the records in the stream.
|
String |
roleARNUpdate()
The ARN of the new IAM role that is used to access the AWS Lambda function.
|
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 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 final String roleARNUpdate()
The ARN of the new IAM role that is used to access the AWS Lambda function.
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 © 2023. All rights reserved.