public static interface StartTimerDecisionAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<StartTimerDecisionAttributes.Builder,StartTimerDecisionAttributes>
| Modifier and Type | Method and Description |
|---|---|
StartTimerDecisionAttributes.Builder |
control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
StartTimerDecisionAttributes.Builder |
startToFireTimeout(String startToFireTimeout)
Required. The duration to wait before firing the timer.
|
StartTimerDecisionAttributes.Builder |
timerId(String timerId)
Required. The unique ID of the timer.
|
copyapply, buildStartTimerDecisionAttributes.Builder timerId(String timerId)
Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a : (colon),
/ (slash), | (vertical bar), or any control characters ( - | -
). Also, it must not contain the literal string quotarnquot.
timerId - Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), / (slash), |
StartTimerDecisionAttributes.Builder control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
control - Optional.StartTimerDecisionAttributes.Builder startToFireTimeout(String startToFireTimeout)
Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
startToFireTimeout - Required. The duration to wait before firing the timer.Copyright © 2017. All rights reserved.