@Generated(value="software.amazon.awssdk:codegen") public class LambdaFunctionScheduledEventAttributes extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of the Lambda function.
|
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>public static LambdaFunctionScheduledEventAttributes.Builder builder()
public static Class<? extends LambdaFunctionScheduledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.