Package software.constructs
Interface ISynthesisSession.Jsii$Default
-
- All Superinterfaces:
ISynthesisSession
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISynthesisSession.Jsii$Proxy
- Enclosing interface:
- ISynthesisSession
@Internal public static interface ISynthesisSession.Jsii$Default extends ISynthesisSession
Internal default implementation forISynthesisSession
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.constructs.ISynthesisSession
ISynthesisSession.Jsii$Default, ISynthesisSession.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getOutdir()
The output directory for this synthesis session.
-
-
-
Method Detail
-
getOutdir
@Stability(Stable) @NotNull default String getOutdir()
The output directory for this synthesis session.- Specified by:
getOutdir
in interfaceISynthesisSession
-
-