Interface LambdaFunctionStartedEventAttributes.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
,SdkBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
,SdkPojo
- Enclosing class:
- LambdaFunctionStartedEventAttributes
@Mutable @NotThreadSafe public static interface LambdaFunctionStartedEventAttributes.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaFunctionStartedEventAttributes.Builder
scheduledEventId(Long scheduledEventId)
The ID of theLambdaFunctionScheduled
event that was recorded when this activity task was scheduled.-
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
-
scheduledEventId
LambdaFunctionStartedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled
event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.- Parameters:
scheduledEventId
- The ID of theLambdaFunctionScheduled
event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-