| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.builder() |
ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.Builder.control(String control)
The data attached to the event that the decider can use in subsequent workflow tasks.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.Builder.id(String id)
A string that identifies the Lambda function execution in the event history.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.Builder.input(String input)
The optional input data to be supplied to the Lambda function.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.Builder.name(String name)
The name, or ARN, of the Lambda function to schedule.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.Builder.startToCloseTimeout(String startToCloseTimeout)
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has
started.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
ScheduleLambdaFunctionDecisionAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleLambdaFunctionDecisionAttributes.Builder> |
ScheduleLambdaFunctionDecisionAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Decision.Builder |
Decision.Builder.scheduleLambdaFunctionDecisionAttributes(Consumer<ScheduleLambdaFunctionDecisionAttributes.Builder> scheduleLambdaFunctionDecisionAttributes)
Provides the details of the
ScheduleLambdaFunction decision. |
Copyright © 2022. All rights reserved.