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