public static interface ScheduleLambdaFunctionDecisionAttributes.Builder extends CopyableBuilder<ScheduleLambdaFunctionDecisionAttributes.Builder,ScheduleLambdaFunctionDecisionAttributes>
| Modifier and Type | Method and Description |
|---|---|
ScheduleLambdaFunctionDecisionAttributes.Builder |
control(String control)
The data attached to the event that the decider can use in subsequent workflow tasks.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
id(String id)
A string that identifies the Lambda function execution in the event history.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
input(String input)
The optional input data to be supplied to the Lambda function.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
name(String name)
The name, or ARN, of the Lambda function to schedule.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
startToCloseTimeout(String startToCloseTimeout)
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has
started.
|
copyapply, buildScheduleLambdaFunctionDecisionAttributes.Builder id(String id)
A string that identifies the Lambda function execution in the event history.
id - A string that identifies the Lambda function execution in the event history.ScheduleLambdaFunctionDecisionAttributes.Builder name(String name)
The name, or ARN, of the Lambda function to schedule.
name - The name, or ARN, of the Lambda function to schedule.ScheduleLambdaFunctionDecisionAttributes.Builder control(String control)
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't
sent to the Lambda task.ScheduleLambdaFunctionDecisionAttributes.Builder input(String input)
The optional input data to be supplied to the Lambda function.
input - The optional input data to be supplied to the Lambda function.ScheduleLambdaFunctionDecisionAttributes.Builder startToCloseTimeout(String startToCloseTimeout)
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.
startToCloseTimeout - The timeout value, in seconds, after which the Lambda function is considered to be failed once it has
started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of
300s is assumed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.