software.amazon.awscdk.ISynthesizable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk Show documentation
Show all versions of cdk Show documentation
AWS Cloud Development Kit Core Library
package software.amazon.awscdk;
@javax.annotation.Generated(value = "jsii-pacmak/0.10.5 (build 46bc9b0)", date = "2019-05-06T20:49:40.954Z")
public interface ISynthesizable extends software.amazon.jsii.JsiiSerializable {
void synthesize(final software.amazon.awscdk.ISynthesisSession session);
/**
* A proxy class which represents a concrete javascript instance of this type.
*/
final static class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements software.amazon.awscdk.ISynthesizable {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObject.InitializationMode mode) {
super(mode);
}
@Override
public void synthesize(final software.amazon.awscdk.ISynthesisSession session) {
this.jsiiCall("synthesize", Void.class, new Object[] { java.util.Objects.requireNonNull(session, "session is required") });
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy