public static interface LambdaFunctionCompletedEventAttributes.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
LambdaFunctionCompletedEventAttributes.Builder | 
result(String result)
 The results of the Lambda task. 
 | 
LambdaFunctionCompletedEventAttributes.Builder | 
scheduledEventId(Long scheduledEventId)
 The ID of the  
LambdaFunctionScheduled event that was recorded when this Lambda task was
 scheduled. | 
LambdaFunctionCompletedEventAttributes.Builder | 
startedEventId(Long startedEventId)
 The ID of the  
LambdaFunctionStarted event recorded when this activity task started. | 
copyapplyMutation, buildLambdaFunctionCompletedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
 The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was
 scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this
 event.
 
scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was
        scheduled. To help diagnose issues, use this information to trace back the chain of events leading up
        to this event.LambdaFunctionCompletedEventAttributes.Builder startedEventId(Long startedEventId)
 The ID of the LambdaFunctionStarted event recorded when this activity task started. To help
 diagnose issues, use this information to trace back the chain of events leading up to this event.
 
startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To
        help diagnose issues, use this information to trace back the chain of events leading up to this event.LambdaFunctionCompletedEventAttributes.Builder result(String result)
The results of the Lambda task.
result - The results of the Lambda task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.