Interface StartTimerDecisionAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StartTimerDecisionAttributes.Builder,,- StartTimerDecisionAttributes> - SdkBuilder<StartTimerDecisionAttributes.Builder,,- StartTimerDecisionAttributes> - SdkPojo
- Enclosing class:
- StartTimerDecisionAttributes
@Mutable
@NotThreadSafe
public static interface StartTimerDecisionAttributes.Builder
extends SdkPojo, CopyableBuilder<StartTimerDecisionAttributes.Builder,StartTimerDecisionAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptionThe data attached to the event that can be used by the decider in subsequent workflow tasks.startToFireTimeout(String startToFireTimeout) The duration to wait before firing the timer.The unique ID of the timer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
timerIdThe unique ID of the timer. The specified string must not contain a :(colon),/(slash),|(vertical bar), or any control characters (
 
-