Uses of Class
software.constructs.Dependency.Builder
-
-
Uses of Dependency.Builder in software.constructs
Methods in software.constructs that return Dependency.Builder Modifier and Type Method Description static Dependency.Builder
Dependency. builder()
Dependency.Builder
Dependency.Builder. source(IConstruct source)
Sets the value ofDependency.getSource()
Dependency.Builder
Dependency.Builder. target(IConstruct target)
Sets the value ofDependency.getTarget()
Constructors in software.constructs with parameters of type Dependency.Builder Constructor Description Jsii$Proxy(Dependency.Builder builder)
Constructor that initializes the object based on literal property values passed by theDependency.Builder
.
-