| 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 cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.cause(String cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision that resulted in the
scheduling of this AWS Lambda function. |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.id(String id)
The unique Amazon SWF ID of the AWS Lambda task.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.Builder.name(String name)
The name of the scheduled AWS Lambda function.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
ScheduleLambdaFunctionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleLambdaFunctionFailedEventAttributes.Builder> |
ScheduleLambdaFunctionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.