Uses of Class
software.amazon.awscdk.customresources.WaiterStateMachine.Builder
Packages that use WaiterStateMachine.Builder
-
Uses of WaiterStateMachine.Builder in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return WaiterStateMachine.BuilderModifier and TypeMethodDescriptionWaiterStateMachine.Builder.backoffRate(Number backoffRate) Backoff between attempts.static WaiterStateMachine.BuilderWaiterStateMachine.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.