public static interface LambdaFunctionScheduledEventAttributes.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionScheduledEventAttributes.Builder,LambdaFunctionScheduledEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
LambdaFunctionScheduledEventAttributes.Builder | 
control(String control)
 Data attached to the event that the decider can use in subsequent workflow tasks. 
 | 
LambdaFunctionScheduledEventAttributes.Builder | 
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  
LambdaFunctionCompleted event corresponding to the decision that resulted in
 scheduling this activity task. | 
LambdaFunctionScheduledEventAttributes.Builder | 
id(String id)
 The unique ID of the Lambda task. 
 | 
LambdaFunctionScheduledEventAttributes.Builder | 
input(String input)
 The input provided to the Lambda task. 
 | 
LambdaFunctionScheduledEventAttributes.Builder | 
name(String name)
 The name of the Lambda function. 
 | 
LambdaFunctionScheduledEventAttributes.Builder | 
startToCloseTimeout(String startToCloseTimeout)
 The maximum amount of time a worker can take to process the Lambda task. 
 | 
copyapplyMutation, buildLambdaFunctionScheduledEventAttributes.Builder id(String id)
The unique ID of the Lambda task.
id - The unique ID of the Lambda task.LambdaFunctionScheduledEventAttributes.Builder name(String name)
The name of the Lambda function.
name - The name of the Lambda function.LambdaFunctionScheduledEventAttributes.Builder control(String control)
Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
control - Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent
        to the Lambda task.LambdaFunctionScheduledEventAttributes.Builder input(String input)
The input provided to the Lambda task.
input - The input provided to the Lambda task.LambdaFunctionScheduledEventAttributes.Builder startToCloseTimeout(String startToCloseTimeout)
The maximum amount of time a worker can take to process the Lambda task.
startToCloseTimeout - The maximum amount of time a worker can take to process the Lambda task.LambdaFunctionScheduledEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in
 scheduling this activity 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 activity 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.