Interface ForkOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ForkOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.451Z") @Stability(Stable) public interface ForkOptions extends software.amazon.jsii.JsiiSerializable
The Fork event accepts no options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classForkOptions.BuilderA builder forForkOptionsstatic classForkOptions.Jsii$ProxyAn implementation forForkOptions
-
Method Summary
Static Methods Modifier and Type Method Description static ForkOptions.Builderbuilder()
-
-
-
Method Detail
-
builder
@Stability(Stable) static ForkOptions.Builder builder()
- Returns:
- a
ForkOptions.BuilderofForkOptions
-
-