@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:17.644Z") @Stability(value=Experimental) public interface ISynthesisSession extends software.amazon.jsii.JsiiSerializable
Passed into Construct.synthesize() methods.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISynthesisSession.Jsii$Default
Internal default implementation for
ISynthesisSession. |
static class |
ISynthesisSession.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
CloudAssemblyBuilder |
getAssembly()
(experimental) Cloud assembly builder.
|
String |
getOutdir()
(experimental) The output directory for this synthesis session.
|
void |
setAssembly(CloudAssemblyBuilder value)
(experimental) Cloud assembly builder.
|
void |
setOutdir(String value)
(experimental) The output directory for this synthesis session.
|
@Stability(value=Experimental) @NotNull CloudAssemblyBuilder getAssembly()
void setAssembly(@NotNull
CloudAssemblyBuilder value)
@Stability(value=Experimental) @NotNull String getOutdir()
void setOutdir(@NotNull
String value)
Copyright © 2021. All rights reserved.