@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()
(experimental) Cloud assembly builder.
|
default String |
getOutdir()
(experimental) The output directory for this synthesis session.
|
default Boolean |
getValidateOnSynth()
(experimental) Whether the stack should be validated after synthesis to check for error metadata.
|
default void |
setAssembly(CloudAssemblyBuilder value)
(experimental) Cloud assembly builder.
|
default void |
setOutdir(String value)
(experimental) The output directory for this synthesis session.
|
default void |
setValidateOnSynth(Boolean value)
(experimental) Whether the stack should be validated after synthesis to check for error metadata.
|
@Stability(value=Experimental) @NotNull default CloudAssemblyBuilder getAssembly()
getAssembly
in interface ISynthesisSession
@Stability(value=Experimental) default void setAssembly(@NotNull CloudAssemblyBuilder value)
setAssembly
in interface ISynthesisSession
@Stability(value=Experimental) @NotNull default String getOutdir()
getOutdir
in interface ISynthesisSession
@Stability(value=Experimental) default void setOutdir(@NotNull String value)
setOutdir
in interface ISynthesisSession
@Stability(value=Experimental) @Nullable default Boolean getValidateOnSynth()
Default: - false
getValidateOnSynth
in interface ISynthesisSession
@Stability(value=Experimental) default void setValidateOnSynth(@Nullable Boolean value)
Default: - false
setValidateOnSynth
in interface ISynthesisSession
Copyright © 2021. All rights reserved.