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