Interface ActivityTaskFailedEventAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActivityTaskFailedEventAttributes.Builder,,- ActivityTaskFailedEventAttributes> - SdkBuilder<ActivityTaskFailedEventAttributes.Builder,,- ActivityTaskFailedEventAttributes> - SdkPojo
- Enclosing class:
- ActivityTaskFailedEventAttributes
@Mutable
@NotThreadSafe
public static interface ActivityTaskFailedEventAttributes.Builder
extends SdkPojo, CopyableBuilder<ActivityTaskFailedEventAttributes.Builder,ActivityTaskFailedEventAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptionThe details of the failure.The reason provided for the failure.scheduledEventId(Long scheduledEventId) The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.startedEventId(Long startedEventId) The ID of theActivityTaskStartedevent recorded when this activity task was started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
reasonThe reason provided for the failure. - Parameters:
- reason- The reason provided for the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detailsThe details of the failure. - Parameters:
- details- The details of the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduledEventIdThe ID of the ActivityTaskScheduledevent that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
- scheduledEventId- The ID of the- ActivityTaskScheduledevent that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startedEventIdThe ID of the ActivityTaskStartedevent recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
- startedEventId- The ID of the- ActivityTaskStartedevent recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-