CopyableBuilder<StartLambdaFunctionFailedEventAttributes.Builder,StartLambdaFunctionFailedEventAttributes>
, SdkBuilder<StartLambdaFunctionFailedEventAttributes.Builder,StartLambdaFunctionFailedEventAttributes>
public static interface StartLambdaFunctionFailedEventAttributes.Builder extends CopyableBuilder<StartLambdaFunctionFailedEventAttributes.Builder,StartLambdaFunctionFailedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
StartLambdaFunctionFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
StartLambdaFunctionFailedEventAttributes.Builder |
cause(StartLambdaFunctionFailedCause cause) |
The cause of the failure.
|
StartLambdaFunctionFailedEventAttributes.Builder |
message(String message) |
The error message (if any).
|
StartLambdaFunctionFailedEventAttributes.Builder |
scheduledEventId(Long scheduledEventId) |
The ID of the
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
copy
apply, build
StartLambdaFunctionFailedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the LambdaFunctionScheduled
event that was recorded when this AWS Lambda function was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading
up to this event.
scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when this AWS Lambda
function was scheduled. This information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.StartLambdaFunctionFailedEventAttributes.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. StartLambdaFunctionFailedCause
StartLambdaFunctionFailedEventAttributes.Builder cause(StartLambdaFunctionFailedCause 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. StartLambdaFunctionFailedCause
StartLambdaFunctionFailedEventAttributes.Builder message(String message)
The error message (if any).
message
- The error message (if any).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.