Interface WaiterStateMachineProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,WaiterStateMachineOptions
- All Known Implementing Classes:
WaiterStateMachineProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:51.062Z")
@Stability(Experimental)
public interface WaiterStateMachineProps
extends software.amazon.jsii.JsiiSerializable, WaiterStateMachineOptions
(experimental) Props for creating a WaiterStateMachine.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.integtests.alpha.*;
import software.amazon.awscdk.*;
WaiterStateMachineProps waiterStateMachineProps = WaiterStateMachineProps.builder()
.backoffRate(123)
.interval(Duration.minutes(30))
.totalTimeout(Duration.minutes(30))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forWaiterStateMachinePropsstatic final classAn implementation forWaiterStateMachineProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.integtests.alpha.WaiterStateMachineOptions
getBackoffRate, getInterval, getTotalTimeout
-
Method Details
-
builder
- Returns:
- a
WaiterStateMachineProps.BuilderofWaiterStateMachineProps
-