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