Interface LambdaFunctionStartFailedEventDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,,LambdaFunctionStartFailedEventDetails> SdkBuilder<LambdaFunctionStartFailedEventDetails.Builder,,LambdaFunctionStartFailedEventDetails> SdkPojo
- Enclosing class:
 LambdaFunctionStartFailedEventDetails
public static interface LambdaFunctionStartFailedEventDetails.Builder
extends SdkPojo, CopyableBuilder<LambdaFunctionStartFailedEventDetails.Builder,LambdaFunctionStartFailedEventDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionA more detailed explanation of the cause of the failure.The error code of the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
error
The error code of the failure.
- Parameters:
 error- The error code of the failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cause
A more detailed explanation of the cause of the failure.
- Parameters:
 causeValue- A more detailed explanation of the cause of the failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -