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