Uses of Interface
software.amazon.awssdk.services.swf.model.LambdaFunctionStartedEventAttributes.Builder
-
Packages that use LambdaFunctionStartedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of LambdaFunctionStartedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return LambdaFunctionStartedEventAttributes.Builder Modifier and Type Method Description static LambdaFunctionStartedEventAttributes.Builder
LambdaFunctionStartedEventAttributes. builder()
LambdaFunctionStartedEventAttributes.Builder
LambdaFunctionStartedEventAttributes.Builder. scheduledEventId(Long scheduledEventId)
The ID of theLambdaFunctionScheduled
event that was recorded when this activity task was scheduled.LambdaFunctionStartedEventAttributes.Builder
LambdaFunctionStartedEventAttributes. toBuilder()
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type LambdaFunctionStartedEventAttributes.Builder Modifier and Type Method Description static Class<? extends LambdaFunctionStartedEventAttributes.Builder>
LambdaFunctionStartedEventAttributes. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type LambdaFunctionStartedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.Builder
HistoryEvent.Builder. lambdaFunctionStartedEventAttributes(Consumer<LambdaFunctionStartedEventAttributes.Builder> lambdaFunctionStartedEventAttributes)
Provides the details of theLambdaFunctionStarted
event.
-