CopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
, SdkBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
public static interface LambdaFunctionTimedOutEventDetails.Builder extends CopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
Modifier and Type | Method | 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.
|
copy
apply, build
LambdaFunctionTimedOutEventDetails.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.