LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.clone() |
|
LambdaFunctionScheduledEventAttributes |
HistoryEvent.getLambdaFunctionScheduledEventAttributes() |
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event for the decision
that resulted in the scheduling of this AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withId(String id) |
The unique Amazon SWF ID for the AWS Lambda task.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withInput(String input) |
Input provided to the AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withName(String name) |
The name of the scheduled AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withStartToCloseTimeout(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.
|