| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.builder() |
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.control(String control)
Data attached to the event that the decider can use in subsequent workflow tasks.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
LambdaFunctionCompleted event corresponding to the decision that resulted in
scheduling this activity task. |
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.id(String id)
The unique ID of the Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.input(String input)
The input provided to the Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.name(String name)
The name of the Lambda function.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.startToCloseTimeout(String startToCloseTimeout)
The maximum amount of time a worker can take to process the Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionScheduledEventAttributes.Builder> |
LambdaFunctionScheduledEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionScheduledEventAttributes(Consumer<LambdaFunctionScheduledEventAttributes.Builder> lambdaFunctionScheduledEventAttributes)
Provides the details of the
LambdaFunctionScheduled event. |
Copyright © 2022. All rights reserved.