Interface LambdaFunctionFailedEventDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LambdaFunctionFailedEventDetails.Builder,LambdaFunctionFailedEventDetails>, SdkBuilder<LambdaFunctionFailedEventDetails.Builder,LambdaFunctionFailedEventDetails>, SdkPojo
Enclosing class:
LambdaFunctionFailedEventDetails

public static interface LambdaFunctionFailedEventDetails.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionFailedEventDetails.Builder,LambdaFunctionFailedEventDetails>
  • 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.