Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaFunctionScheduledEventAttributes |
HistoryEvent.lambdaFunctionScheduledEventAttributes |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.clone() |
LambdaFunctionScheduledEventAttributes |
HistoryEvent.getLambdaFunctionScheduledEventAttributes() |
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event for the decision
that resulted in the scheduling of this AWS Lambda function. |
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withId(java.lang.String id)
The unique Amazon SWF ID for the AWS Lambda task.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withInput(java.lang.String input)
Input provided to the AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withName(java.lang.String name)
The name of the scheduled AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withStartToCloseTimeout(java.lang.String startToCloseTimeout)
The maximum time, in seconds, that the AWS Lambda function can take to
execute from start to close before it is marked as failed.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes) |
HistoryEvent |
HistoryEvent.withLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes) |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionScheduledEventAttributesJsonMarshaller.marshall(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|