Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
StartTimerDecisionAttributes |
Decision.getStartTimerDecisionAttributes()
Provides details of the
StartTimer decision. |
StartTimerDecisionAttributes |
StartTimerDecisionAttributes.withControl(String control)
Optional 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 details of the
StartTimer decision. |
Decision |
Decision.withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
Provides details of the
StartTimer decision. |
Copyright © 2014. All rights reserved.