public static interface LambdaFunctionStartFailedEventDetails.Builder extends CopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionStartFailedEventDetails.Builder |
cause(String cause)
A more detailed explanation of the cause of the failure.
|
LambdaFunctionStartFailedEventDetails.Builder |
error(String error)
The error code of the failure.
|
copyapply, buildLambdaFunctionStartFailedEventDetails.Builder error(String error)
The error code of the failure.
error - The error code of the failure.LambdaFunctionStartFailedEventDetails.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.