public static interface ScheduleLambdaFunctionFailedEventAttributes.Builder extends SdkPojo, CopyableBuilder<ScheduleLambdaFunctionFailedEventAttributes.Builder,ScheduleLambdaFunctionFailedEventAttributes>
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
cause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
cause(String cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
LambdaFunctionCompleted event corresponding to the decision that resulted in
scheduling this Lambda task. |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
id(String id)
The ID provided in the
ScheduleLambdaFunction decision that failed. |
ScheduleLambdaFunctionFailedEventAttributes.Builder |
name(String name)
The name of the Lambda function.
|
copy
applyMutation, build
ScheduleLambdaFunctionFailedEventAttributes.Builder id(String id)
The ID provided in the ScheduleLambdaFunction
decision that failed.
id
- The ID provided in the ScheduleLambdaFunction
decision that failed.ScheduleLambdaFunctionFailedEventAttributes.Builder name(String name)
The name of the Lambda function.
name
- The name of the Lambda function.ScheduleLambdaFunctionFailedEventAttributes.Builder cause(String cause)
The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed because it lacked
sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access
to Amazon SWF Workflows in the Amazon SWF Developer Guide.
cause
- The cause of the failure. To help diagnose issues, use this information to trace back the chain of
events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed because it
lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
ScheduleLambdaFunctionFailedCause
,
ScheduleLambdaFunctionFailedCause
ScheduleLambdaFunctionFailedEventAttributes.Builder cause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed because it lacked
sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access
to Amazon SWF Workflows in the Amazon SWF Developer Guide.
cause
- The cause of the failure. To help diagnose issues, use this information to trace back the chain of
events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed because it
lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
ScheduleLambdaFunctionFailedCause
,
ScheduleLambdaFunctionFailedCause
ScheduleLambdaFunctionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the LambdaFunctionCompleted
event corresponding to the decision that resulted in
scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events
leading up to this event.
decisionTaskCompletedEventId
- The ID of the LambdaFunctionCompleted
event corresponding to the decision that resulted
in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain
of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.