@Generated(value="software.amazon.awssdk:codegen") public final class LambdaOutputUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaOutputUpdate.Builder,LambdaOutputUpdate>
When you update an SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about an Amazon Lambda function that is configured as the destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaOutputUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LambdaOutputUpdate.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 destination Amazon Lambda function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaOutputUpdate.Builder> |
serializableBuilderClass() |
LambdaOutputUpdate.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 destination Amazon Lambda function.
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 LambdaOutputUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaOutputUpdate.Builder,LambdaOutputUpdate>public static LambdaOutputUpdate.Builder builder()
public static Class<? extends LambdaOutputUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.