static LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.builder() |
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.control(String control) |
Data attached to the event that the decider can use in subsequent workflow tasks.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in
scheduling this activity task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.id(String id) |
The unique ID of the Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.input(String input) |
The input provided to the Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.name(String name) |
The name of the Lambda function.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.Builder.startToCloseTimeout(String startToCloseTimeout) |
The maximum amount of time a worker can take to process the Lambda task.
|
LambdaFunctionScheduledEventAttributes.Builder |
LambdaFunctionScheduledEventAttributes.toBuilder() |
|