public static interface LambdaFunctionTimedOutEventDetails.Builder extends CopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionTimedOutEventDetails.Builder |
cause(String cause)
A more detailed explanation of the cause of the timeout.
|
LambdaFunctionTimedOutEventDetails.Builder |
error(String error)
The error code of the failure.
|
copyapply, buildLambdaFunctionTimedOutEventDetails.Builder error(String error)
The error code of the failure.
error - The error code of the failure.LambdaFunctionTimedOutEventDetails.Builder cause(String cause)
A more detailed explanation of the cause of the timeout.
cause - A more detailed explanation of the cause of the timeout.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.