Uses of Class
software.amazon.awscdk.customresources.WaiterStateMachine.Builder
-
Uses of WaiterStateMachine.Builder in software.amazon.awscdk.customresources
Modifier and TypeMethodDescriptionWaiterStateMachine.Builder.backoffRate
(Number backoffRate) Backoff between attempts.static WaiterStateMachine.Builder
WaiterStateMachine.Builder.disableLogging
(Boolean disableLogging) Whether logging for the state machine is disabled.The interval to wait between attempts.WaiterStateMachine.Builder.isCompleteHandler
(IFunction isCompleteHandler) The main handler that notifies if the waiter to decide 'complete' or 'incomplete'.WaiterStateMachine.Builder.logOptions
(LogOptions logOptions) Defines what execution history events are logged and where they are logged.WaiterStateMachine.Builder.maxAttempts
(Number maxAttempts) Number of attempts.WaiterStateMachine.Builder.timeoutHandler
(IFunction timeoutHandler) The handler to call if the waiter times out and is incomplete.