Uses of Class
software.aws.awsprototypingsdk.cdkgraph.ConstructInfo.Builder
-
-
Uses of ConstructInfo.Builder in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return ConstructInfo.Builder Modifier and Type Method Description static ConstructInfo.BuilderConstructInfo. builder()ConstructInfo.BuilderConstructInfo.Builder. fqn(String fqn)Sets the value ofConstructInfo.getFqn()ConstructInfo.BuilderConstructInfo.Builder. version(String version)Sets the value ofConstructInfo.getVersion()Constructors in software.aws.awsprototypingsdk.cdkgraph with parameters of type ConstructInfo.Builder Constructor Description Jsii$Proxy(ConstructInfo.Builder builder)Constructor that initializes the object based on literal property values passed by theConstructInfo.Builder.
-