Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
StartTimerDecisionAttributes |
StartTimerDecisionAttributes.clone() |
StartTimerDecisionAttributes |
Decision.getStartTimerDecisionAttributes()
Provides the details of the
StartTimer decision. |
StartTimerDecisionAttributes |
StartTimerDecisionAttributes.withControl(String control)
The data attached to the event that can be used by the decider in subsequent workflow tasks.
|
StartTimerDecisionAttributes |
StartTimerDecisionAttributes.withStartToFireTimeout(String startToFireTimeout)
The duration to wait before firing the timer.
|
StartTimerDecisionAttributes |
StartTimerDecisionAttributes.withTimerId(String timerId)
The unique ID of the timer.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
Provides the details of the
StartTimer decision. |
Decision |
Decision.withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
Provides the details of the
StartTimer decision. |
Copyright © 2023. All rights reserved.