public static interface LambdaFunctionFailedEventDetails.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionFailedEventDetails.Builder,LambdaFunctionFailedEventDetails>
Modifier and Type | Method and Description |
---|---|
LambdaFunctionFailedEventDetails.Builder |
cause(String causeValue)
A more detailed explanation of the cause of the failure.
|
LambdaFunctionFailedEventDetails.Builder |
error(String error)
The error code of the failure.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LambdaFunctionFailedEventDetails.Builder error(String error)
The error code of the failure.
error
- The error code of the failure.LambdaFunctionFailedEventDetails.Builder cause(String causeValue)
A more detailed explanation of the cause of the failure.
causeValue
- A more detailed explanation of the cause of the failure.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.