| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionTimedOutEventAttributes.Builder |
LambdaFunctionTimedOutEventAttributes.builder() |
LambdaFunctionTimedOutEventAttributes.Builder |
LambdaFunctionTimedOutEventAttributes.Builder.scheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this activity task was
scheduled. |
LambdaFunctionTimedOutEventAttributes.Builder |
LambdaFunctionTimedOutEventAttributes.Builder.startedEventId(Long startedEventId)
The ID of the
ActivityTaskStarted event that was recorded when this activity task started. |
LambdaFunctionTimedOutEventAttributes.Builder |
LambdaFunctionTimedOutEventAttributes.Builder.timeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
|
LambdaFunctionTimedOutEventAttributes.Builder |
LambdaFunctionTimedOutEventAttributes.Builder.timeoutType(String timeoutType)
The type of the timeout that caused this event.
|
LambdaFunctionTimedOutEventAttributes.Builder |
LambdaFunctionTimedOutEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionTimedOutEventAttributes.Builder> |
LambdaFunctionTimedOutEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.lambdaFunctionTimedOutEventAttributes(Consumer<LambdaFunctionTimedOutEventAttributes.Builder> lambdaFunctionTimedOutEventAttributes)
Provides the details of the
LambdaFunctionTimedOut event. |
Copyright © 2022. All rights reserved.