@Generated(value="software.amazon.awssdk:codegen") public final class TimerStartedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimerStartedEventAttributes.Builder,TimerStartedEventAttributes>
Provides the details of the TimerStarted
event.
Modifier and Type | Class and Description |
---|---|
static interface |
TimerStartedEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static TimerStartedEventAttributes.Builder |
builder() |
String |
control()
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
Long |
decisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
StartTimer decision for this activity task. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimerStartedEventAttributes.Builder> |
serializableBuilderClass() |
String |
startToFireTimeout()
The duration of time after which the timer fires.
|
String |
timerId()
The unique ID of the timer that was started.
|
TimerStartedEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String timerId()
The unique ID of the timer that was started.
public String control()
Data attached to the event that can be used by the decider in subsequent workflow tasks.
public String startToFireTimeout()
The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal to 0
.
The duration is specified in seconds, an integer greater than or equal to 0
.
public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
StartTimer
decision for this activity task. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
DecisionTaskCompleted
event corresponding to the decision task that resulted
in the StartTimer
decision for this activity task. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.public TimerStartedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimerStartedEventAttributes.Builder,TimerStartedEventAttributes>
public static TimerStartedEventAttributes.Builder builder()
public static Class<? extends TimerStartedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.