public static interface ActivityTaskTimedOutEventAttributes.Builder extends CopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>
Modifier and Type | Method and Description |
---|---|
ActivityTaskTimedOutEventAttributes.Builder |
details(String details)
Contains the content of the
details parameter for the last call made by the activity to
RecordActivityTaskHeartbeat . |
ActivityTaskTimedOutEventAttributes.Builder |
scheduledEventId(Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was
scheduled. |
ActivityTaskTimedOutEventAttributes.Builder |
startedEventId(Long startedEventId)
The ID of the
ActivityTaskStarted event recorded when this activity task was started. |
ActivityTaskTimedOutEventAttributes.Builder |
timeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event.
|
ActivityTaskTimedOutEventAttributes.Builder |
timeoutType(String timeoutType)
The type of the timeout that caused this event.
|
copy
applyMutation, build
ActivityTaskTimedOutEventAttributes.Builder timeoutType(String timeoutType)
The type of the timeout that caused this event.
timeoutType
- The type of the timeout that caused this event.ActivityTaskTimeoutType
,
ActivityTaskTimeoutType
ActivityTaskTimedOutEventAttributes.Builder timeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event.
timeoutType
- The type of the timeout that caused this event.ActivityTaskTimeoutType
,
ActivityTaskTimeoutType
ActivityTaskTimedOutEventAttributes.Builder scheduledEventId(Long scheduledEventId)
The ID of the ActivityTaskScheduled
event 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.
scheduledEventId
- The ID of the ActivityTaskScheduled
event 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.ActivityTaskTimedOutEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the ActivityTaskStarted
event 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.
startedEventId
- The ID of the ActivityTaskStarted
event 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.ActivityTaskTimedOutEventAttributes.Builder details(String details)
Contains the content of the details
parameter for the last call made by the activity to
RecordActivityTaskHeartbeat
.
details
- Contains the content of the details
parameter for the last call made by the activity to
RecordActivityTaskHeartbeat
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.