Interface LambdaFunctionTimedOutEventDetails.Builder

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

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

      Parameters:
      causeValue - A more detailed explanation of the cause of the timeout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.