public static interface ScheduleLambdaFunctionDecisionAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ScheduleLambdaFunctionDecisionAttributes.Builder,ScheduleLambdaFunctionDecisionAttributes>
| Modifier and Type | Method and Description |
|---|---|
ScheduleLambdaFunctionDecisionAttributes.Builder |
id(String id)
Required. The SWF
id of the AWS Lambda task. |
ScheduleLambdaFunctionDecisionAttributes.Builder |
input(String input)
The input provided to the AWS Lambda function.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
name(String name)
Required. The name of the AWS Lambda function to invoke.
|
ScheduleLambdaFunctionDecisionAttributes.Builder |
startToCloseTimeout(String startToCloseTimeout)
If set, specifies the maximum duration the function may take to execute.
|
copyapply, buildScheduleLambdaFunctionDecisionAttributes.Builder id(String id)
Required. The SWF id of the AWS Lambda task.
The specified string must not start or end with whitespace. It must not contain a : (colon),
/ (slash), | (vertical bar), or any control characters ( - | -
). Also, it must not contain the literal string quotarnquot.
id - Required. The SWF id of the AWS Lambda task.
The specified string must not start or end with whitespace. It must not contain a :
(colon), / (slash), |
ScheduleLambdaFunctionDecisionAttributes.Builder name(String name)
Required. The name of the AWS Lambda function to invoke.
name - Required.ScheduleLambdaFunctionDecisionAttributes.Builder input(String input)
The input provided to the AWS Lambda function.
input - The input provided to the AWS Lambda function.ScheduleLambdaFunctionDecisionAttributes.Builder startToCloseTimeout(String startToCloseTimeout)
If set, specifies the maximum duration the function may take to execute.
startToCloseTimeout - If set, specifies the maximum duration the function may take to execute.Copyright © 2017. All rights reserved.