@Internal public static interface ISynthesisSession.Jsii$Default extends ISynthesisSession
ISynthesisSession
.ISynthesisSession.Jsii$Default, ISynthesisSession.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default CloudAssemblyBuilder |
getAssembly()
Cloud assembly builder.
|
default String |
getOutdir()
The output directory for this synthesis session.
|
default Boolean |
getValidateOnSynth()
Whether the stack should be validated after synthesis to check for error metadata.
|
default void |
setAssembly(CloudAssemblyBuilder value)
Cloud assembly builder.
|
default void |
setOutdir(String value)
The output directory for this synthesis session.
|
default void |
setValidateOnSynth(Boolean value)
Whether the stack should be validated after synthesis to check for error metadata.
|
@Stability(value=Stable) @NotNull default CloudAssemblyBuilder getAssembly()
getAssembly
in interface ISynthesisSession
@Stability(value=Stable) default void setAssembly(@NotNull CloudAssemblyBuilder value)
setAssembly
in interface ISynthesisSession
@Stability(value=Stable) @NotNull default String getOutdir()
getOutdir
in interface ISynthesisSession
@Stability(value=Stable) default void setOutdir(@NotNull String value)
setOutdir
in interface ISynthesisSession
@Stability(value=Stable) @Nullable default Boolean getValidateOnSynth()
Default: - false
getValidateOnSynth
in interface ISynthesisSession
@Stability(value=Stable) default void setValidateOnSynth(@Nullable Boolean value)
Default: - false
setValidateOnSynth
in interface ISynthesisSession
Copyright © 2022. All rights reserved.