Package software.amazon.cloudformation.proxy.delay
-
Interface Summary Interface Description Builder<R extends Delay> Build the finalDelaybased timeout and other specifications. -
Class Summary Class Description Blended Provides blended delay of seconds for each attempt until all delays in the order start to returnDuration.ZERO.Blended.BlendedBuilder Constant Provides constant fixed delay seconds for each attempt untilAbstractDelay.timeouthas been reached.Constant.Builder Exponential Exponential, provides waves starting with minimum delay ofAbstractDelay.timeoutis exceededExponential.Builder MultipleOf Provides constant fixed delay seconds which is a multiple of the delay for each attempt untilAbstractDelay.timeouthas been reached.MultipleOf.Builder ShiftByMultipleOf Provides delay seconds which is a multiple of the delay shifted from previous attempt's accrual untilAbstractDelay.timeouthas been reached.ShiftByMultipleOf.Builder