@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionScheduledEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionScheduledEventDetails.Builder,LambdaFunctionScheduledEventDetails>
Contains details about a lambda function scheduled during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaFunctionScheduledEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionScheduledEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The JSON data input to the lambda function.
|
HistoryEventExecutionDataDetails |
inputDetails()
Contains details about input for an execution history event.
|
String |
resource()
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionScheduledEventDetails.Builder> |
serializableBuilderClass() |
Long |
timeoutInSeconds()
The maximum allowed duration of the lambda function.
|
LambdaFunctionScheduledEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resource()
The Amazon Resource Name (ARN) of the scheduled lambda function.
public final String input()
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public final HistoryEventExecutionDataDetails inputDetails()
Contains details about input for an execution history event.
public final Long timeoutInSeconds()
The maximum allowed duration of the lambda function.
public LambdaFunctionScheduledEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaFunctionScheduledEventDetails.Builder,LambdaFunctionScheduledEventDetails>public static LambdaFunctionScheduledEventDetails.Builder builder()
public static Class<? extends LambdaFunctionScheduledEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.