Package software.amazon.awscdk.core
Class ISynthesisSession.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.ISynthesisSession.Jsii$Proxy
- All Implemented Interfaces:
ISynthesisSession
,ISynthesisSession.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ISynthesisSession
@Internal
public static final class ISynthesisSession.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ISynthesisSession.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.ISynthesisSession
ISynthesisSession.Jsii$Default, ISynthesisSession.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal CloudAssemblyBuilder
Cloud assembly builder.final String
The output directory for this synthesis session.final Boolean
Whether the stack should be validated after synthesis to check for error metadata.final void
setAssembly
(CloudAssemblyBuilder value) Cloud assembly builder.final void
The output directory for this synthesis session.final void
setValidateOnSynth
(Boolean value) Whether the stack should be validated after synthesis to check for error metadata.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getAssembly
Cloud assembly builder.- Specified by:
getAssembly
in interfaceISynthesisSession
- Specified by:
getAssembly
in interfaceISynthesisSession.Jsii$Default
-
setAssembly
Cloud assembly builder.- Specified by:
setAssembly
in interfaceISynthesisSession
- Specified by:
setAssembly
in interfaceISynthesisSession.Jsii$Default
-
getOutdir
The output directory for this synthesis session.- Specified by:
getOutdir
in interfaceISynthesisSession
- Specified by:
getOutdir
in interfaceISynthesisSession.Jsii$Default
-
setOutdir
The output directory for this synthesis session.- Specified by:
setOutdir
in interfaceISynthesisSession
- Specified by:
setOutdir
in interfaceISynthesisSession.Jsii$Default
-
getValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
getValidateOnSynth
in interfaceISynthesisSession
- Specified by:
getValidateOnSynth
in interfaceISynthesisSession.Jsii$Default
-
setValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
setValidateOnSynth
in interfaceISynthesisSession
- Specified by:
setValidateOnSynth
in interfaceISynthesisSession.Jsii$Default
-