CopyableBuilder<ScheduleLambdaFunctionFailedEventAttributes.Builder,ScheduleLambdaFunctionFailedEventAttributes>
, SdkBuilder<ScheduleLambdaFunctionFailedEventAttributes.Builder,ScheduleLambdaFunctionFailedEventAttributes>
public static interface ScheduleLambdaFunctionFailedEventAttributes.Builder extends CopyableBuilder<ScheduleLambdaFunctionFailedEventAttributes.Builder,ScheduleLambdaFunctionFailedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
cause(ScheduleLambdaFunctionFailedCause cause) |
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision that resulted in the
scheduling of this AWS Lambda function. |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
id(String id) |
The unique Amazon SWF ID of the AWS Lambda task.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
name(String name) |
The name of the scheduled AWS Lambda function.
|
copy
apply, build
ScheduleLambdaFunctionFailedEventAttributes.Builder id(String id)
The unique Amazon SWF ID of the AWS Lambda task.
id
- The unique Amazon SWF ID of the AWS Lambda task.ScheduleLambdaFunctionFailedEventAttributes.Builder name(String name)
The name of the scheduled AWS Lambda function.
name
- The name of the scheduled AWS Lambda function.ScheduleLambdaFunctionFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. ScheduleLambdaFunctionFailedCause
ScheduleLambdaFunctionFailedEventAttributes.Builder cause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. ScheduleLambdaFunctionFailedCause
ScheduleLambdaFunctionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to 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 corresponding to 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.