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.BuilderLambdaFunctionStartedEventAttributes. builder()LambdaFunctionStartedEventAttributes.BuilderLambdaFunctionStartedEventAttributes.Builder. scheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent that was recorded when this activity task was scheduled.LambdaFunctionStartedEventAttributes.BuilderLambdaFunctionStartedEventAttributes. 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.BuilderHistoryEvent.Builder. lambdaFunctionStartedEventAttributes(Consumer<LambdaFunctionStartedEventAttributes.Builder> lambdaFunctionStartedEventAttributes)Provides the details of theLambdaFunctionStartedevent.
-