@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-22T23:51:19.599Z") @Stability(value=Stable) public interface ISynthesisSession extends software.amazon.jsii.JsiiSerializable
Passed into Construct.synthesize() methods.
| Modifier and Type | Interface and Description |
|---|---|
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()
Cloud assembly builder.
|
String |
getOutdir()
The output directory for this synthesis session.
|
void |
setAssembly(CloudAssemblyBuilder value)
Cloud assembly builder.
|
void |
setOutdir(String value)
The output directory for this synthesis session.
|
@Stability(value=Stable) @NotNull CloudAssemblyBuilder getAssembly()
void setAssembly(@NotNull
CloudAssemblyBuilder value)
@Stability(value=Stable) @NotNull String getOutdir()
void setOutdir(@NotNull
String value)
Copyright © 2020. All rights reserved.