Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.clone() |
LambdaFunctionScheduledEventDetails |
HistoryEvent.getLambdaFunctionScheduledEventDetails() |
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withInput(String input)
The JSON data input to the lambda function.
|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) |
Copyright © 2017. All rights reserved.