Interface ConstructInfo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConstructInfo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.324Z") @Stability(Experimental) public interface ConstructInfo extends software.amazon.jsii.JsiiSerializable
(experimental) Source information on a construct (class fqn and version).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstructInfo.BuilderA builder forConstructInfostatic classConstructInfo.Jsii$ProxyAn implementation forConstructInfo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ConstructInfo.Builderbuilder()StringgetFqn()StringgetVersion()
-
-
-
Method Detail
-
getFqn
@Stability(Experimental) @NotNull String getFqn()
-
getVersion
@Stability(Experimental) @NotNull String getVersion()
-
builder
@Stability(Experimental) static ConstructInfo.Builder builder()
- Returns:
- a
ConstructInfo.BuilderofConstructInfo
-
-