public static interface LambdaFunctionTimedOutEventDetails.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionTimedOutEventDetails.Builder |
cause(String causeValue)
A more detailed explanation of the cause of the timeout.
|
LambdaFunctionTimedOutEventDetails.Builder |
error(String error)
The error code of the failure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaFunctionTimedOutEventDetails.Builder error(String error)
The error code of the failure.
error - The error code of the failure.LambdaFunctionTimedOutEventDetails.Builder cause(String causeValue)
A more detailed explanation of the cause of the timeout.
causeValue - A more detailed explanation of the cause of the timeout.Copyright © 2023. All rights reserved.