StructuredPojo
, ToCopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class LambdaFunctionScheduledEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
Provides details for the LambdaFunctionScheduled
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LambdaFunctionScheduledEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static LambdaFunctionScheduledEventAttributes.Builder |
builder() |
|
Long |
decisionTaskCompletedEventId() |
The ID of the
DecisionTaskCompleted event for the decision that resulted in the scheduling of this
AWS Lambda function. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The unique Amazon SWF ID for the AWS Lambda task.
|
String |
input() |
Input provided to the AWS Lambda function.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the scheduled AWS Lambda function.
|
static Class<? extends LambdaFunctionScheduledEventAttributes.Builder> |
serializableBuilderClass() |
|
String |
startToCloseTimeout() |
The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is
marked as failed.
|
LambdaFunctionScheduledEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The unique Amazon SWF ID for the AWS Lambda task.
public String name()
The name of the scheduled AWS Lambda function.
public String input()
Input provided to the AWS Lambda function.
public String startToCloseTimeout()
The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.
public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event for the decision that resulted in the scheduling of this
AWS Lambda function. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
DecisionTaskCompleted
event for the decision that resulted in the scheduling
of this AWS Lambda function. This information can be useful for diagnosing problems by tracing 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.