CopyableBuilder<ScheduleLambdaFunctionDecisionAttributes.Builder,ScheduleLambdaFunctionDecisionAttributes>
, SdkBuilder<ScheduleLambdaFunctionDecisionAttributes.Builder,ScheduleLambdaFunctionDecisionAttributes>
public static interface ScheduleLambdaFunctionDecisionAttributes.Builder extends CopyableBuilder<ScheduleLambdaFunctionDecisionAttributes.Builder,ScheduleLambdaFunctionDecisionAttributes>
Modifier and Type | Method | 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.
|
copy
apply, build
ScheduleLambdaFunctionDecisionAttributes.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 Amazon Web Services, Inc. All Rights Reserved.