Interface LambdaFunctionTimedOutEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>,SdkBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>,SdkPojo
- Enclosing class:
- LambdaFunctionTimedOutEventDetails
public static interface LambdaFunctionTimedOutEventDetails.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaFunctionTimedOutEventDetails.Buildercause(String causeValue)A more detailed explanation of the cause of the timeout.LambdaFunctionTimedOutEventDetails.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
error
LambdaFunctionTimedOutEventDetails.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
LambdaFunctionTimedOutEventDetails.Builder cause(String causeValue)
A more detailed explanation of the cause of the timeout.
- Parameters:
causeValue- A more detailed explanation of the cause of the timeout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-