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