Interface LambdaFunctionScheduleFailedEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaFunctionScheduleFailedEventDetails.Builder,LambdaFunctionScheduleFailedEventDetails>,SdkBuilder<LambdaFunctionScheduleFailedEventDetails.Builder,LambdaFunctionScheduleFailedEventDetails>,SdkPojo
- Enclosing class:
- LambdaFunctionScheduleFailedEventDetails
public static interface LambdaFunctionScheduleFailedEventDetails.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionScheduleFailedEventDetails.Builder,LambdaFunctionScheduleFailedEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaFunctionScheduleFailedEventDetails.Buildercause(String causeValue)A more detailed explanation of the cause of the failure.LambdaFunctionScheduleFailedEventDetails.Buildererror(String error)The error code of the failure.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
error
LambdaFunctionScheduleFailedEventDetails.Builder error(String error)
The error code of the failure.
- Parameters:
error- The error code of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cause
LambdaFunctionScheduleFailedEventDetails.Builder cause(String causeValue)
A more detailed explanation of the cause of the failure.
- Parameters:
causeValue- A more detailed explanation of the cause of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-