CopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
, SdkBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
public static interface LambdaFunctionScheduledEventAttributes.Builder extends CopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
LambdaFunctionScheduledEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event for the decision that resulted in the scheduling of
this AWS Lambda function. |
LambdaFunctionScheduledEventAttributes.Builder |
id(String id) |
The unique Amazon SWF ID for the AWS Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
input(String input) |
Input provided to the AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes.Builder |
name(String name) |
The name of the scheduled AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes.Builder |
startToCloseTimeout(String startToCloseTimeout) |
The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it
is marked as failed.
|
copy
apply, build
LambdaFunctionScheduledEventAttributes.Builder id(String id)
The unique Amazon SWF ID for the AWS Lambda task.
id
- The unique Amazon SWF ID for the AWS Lambda task.LambdaFunctionScheduledEventAttributes.Builder name(String name)
The name of the scheduled AWS Lambda function.
name
- The name of the scheduled AWS Lambda function.LambdaFunctionScheduledEventAttributes.Builder input(String input)
Input provided to the AWS Lambda function.
input
- Input provided to the AWS Lambda function.LambdaFunctionScheduledEventAttributes.Builder startToCloseTimeout(String startToCloseTimeout)
The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.
startToCloseTimeout
- The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close
before it is marked as failed.LambdaFunctionScheduledEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event for the decision that resulted in the scheduling of
this AWS Lambda function. This information can be useful for diagnosing problems by tracing back the chain of
events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event for the decision that resulted in the
scheduling of this AWS Lambda function. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.