@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionScheduledEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
Provides the details of the LambdaFunctionScheduled
event. It isn't set for other event types.
Modifier and Type | Class and Description |
---|---|
static interface |
LambdaFunctionScheduledEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static LambdaFunctionScheduledEventAttributes.Builder |
builder() |
String |
control()
Data attached to the event that the decider can use in subsequent workflow tasks.
|
Long |
decisionTaskCompletedEventId()
The ID of the
LambdaFunctionCompleted event corresponding to the decision that resulted in
scheduling this activity task. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the Lambda task.
|
String |
input()
The input provided to the Lambda task.
|
String |
name()
The name of the Lambda function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionScheduledEventAttributes.Builder> |
serializableBuilderClass() |
String |
startToCloseTimeout()
The maximum amount of time a worker can take to process the Lambda task.
|
LambdaFunctionScheduledEventAttributes.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 id()
The unique ID of the Lambda task.
public String name()
The name of the Lambda function.
public String control()
Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
public String input()
The input provided to the Lambda task.
public String startToCloseTimeout()
The maximum amount of time a worker can take to process the Lambda task.
public Long decisionTaskCompletedEventId()
The ID of the LambdaFunctionCompleted
event corresponding to the decision that resulted in
scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events
leading up to this event.
LambdaFunctionCompleted
event corresponding to the decision that resulted in
scheduling this activity task. To help diagnose issues, use this information to trace back the chain of
events leading up to this event.public LambdaFunctionScheduledEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
public static LambdaFunctionScheduledEventAttributes.Builder builder()
public static Class<? extends LambdaFunctionScheduledEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.