@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-12T10:04:24.217Z") @Stability(value=Stable) 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()
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 © 2021. All rights reserved.