Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionDecisionAttributes |
ScheduleLambdaFunctionDecisionAttributes.clone() |
ScheduleLambdaFunctionDecisionAttributes |
Decision.getScheduleLambdaFunctionDecisionAttributes() |
ScheduleLambdaFunctionDecisionAttributes |
ScheduleLambdaFunctionDecisionAttributes.withId(String id)
Required. The SWF
id of the AWS Lambda task. |
ScheduleLambdaFunctionDecisionAttributes |
ScheduleLambdaFunctionDecisionAttributes.withInput(String input)
The input provided to the AWS Lambda function.
|
ScheduleLambdaFunctionDecisionAttributes |
ScheduleLambdaFunctionDecisionAttributes.withName(String name)
Required. The name of the AWS Lambda function to invoke.
|
ScheduleLambdaFunctionDecisionAttributes |
ScheduleLambdaFunctionDecisionAttributes.withStartToCloseTimeout(String startToCloseTimeout)
If set, specifies the maximum duration the function may take to execute.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setScheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes) |
Decision |
Decision.withScheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes) |
Copyright © 2018. All rights reserved.