CopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
, SdkBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
public static interface LambdaFunctionStartFailedEventDetails.Builder extends CopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails>
Modifier and Type | Method | 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.
|
copy
apply, build
LambdaFunctionStartFailedEventDetails.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.