| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.builder() |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.cause(ScheduleLambdaFunctionFailedCause causeValue)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.cause(String causeValue)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
LambdaFunctionCompleted event corresponding to the decision that resulted in
scheduling this Lambda task. |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.id(String id)
The ID provided in the
ScheduleLambdaFunction decision that failed. |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.name(String name)
The name of the Lambda function.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleLambdaFunctionFailedEventAttributes.Builder> |
ScheduleLambdaFunctionFailedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.scheduleLambdaFunctionFailedEventAttributes(Consumer<ScheduleLambdaFunctionFailedEventAttributes.Builder> scheduleLambdaFunctionFailedEventAttributes)
Provides the details of the
ScheduleLambdaFunctionFailed event. |
Copyright © 2021. All rights reserved.