| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionStartedEventAttributes.Builder |
LambdaFunctionStartedEventAttributes.builder() |
LambdaFunctionStartedEventAttributes.Builder |
LambdaFunctionStartedEventAttributes.Builder.scheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this activity task was
scheduled. |
LambdaFunctionStartedEventAttributes.Builder |
LambdaFunctionStartedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionStartedEventAttributes.Builder> |
LambdaFunctionStartedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionStartedEventAttributes(Consumer<LambdaFunctionStartedEventAttributes.Builder> lambdaFunctionStartedEventAttributes)
Provides the details of the
LambdaFunctionStarted event. |
Copyright © 2019. All rights reserved.