@Generated(value="software.amazon.awssdk:codegen") public final class InputLambdaProcessorUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLambdaProcessorUpdate.Builder,InputLambdaProcessorUpdate>
For an SQL-based Amazon 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) |
<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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputLambdaProcessorUpdate.Builder> |
serializableBuilderClass() |
InputLambdaProcessorUpdate.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 resourceARNUpdate()
The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.
public InputLambdaProcessorUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputLambdaProcessorUpdate.Builder,InputLambdaProcessorUpdate>
public static InputLambdaProcessorUpdate.Builder builder()
public static Class<? extends InputLambdaProcessorUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.