| 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 result of the function execution (if any).
|
LambdaFunctionCompletedEventAttributes.Builder |
LambdaFunctionCompletedEventAttributes.Builder.scheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
LambdaFunctionCompletedEventAttributes.Builder |
LambdaFunctionCompletedEventAttributes.Builder.startedEventId(Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded in the history. |
LambdaFunctionCompletedEventAttributes.Builder |
LambdaFunctionCompletedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionCompletedEventAttributes.Builder> |
LambdaFunctionCompletedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.