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