| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.builder() |
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event for the decision that resulted in the scheduling of
this AWS Lambda function. |
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.id(String id)
The unique Amazon SWF ID for the AWS Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.input(String input)
Input provided to the AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.name(String name)
The name of the scheduled AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.startToCloseTimeout(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 |
LambdaFunctionScheduledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionScheduledEventAttributes.Builder> |
LambdaFunctionScheduledEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.