Uses of Class
software.aws.awsprototypingsdk.nxmonorepo.TargetDependency.Builder
-
Packages that use TargetDependency.Builder Package Description software.aws.awsprototypingsdk.nxmonorepo The nx-monorepo package vends a NxMonorepoProject Projen construct that adds NX monorepo support and manages your yarn/npm/pnpm workspaces on your behalf. -
-
Uses of TargetDependency.Builder in software.aws.awsprototypingsdk.nxmonorepo
Methods in software.aws.awsprototypingsdk.nxmonorepo that return TargetDependency.Builder Modifier and Type Method Description static TargetDependency.BuilderTargetDependency. builder()TargetDependency.BuilderTargetDependency.Builder. projects(TargetDependencyProject projects)Sets the value ofTargetDependency.getProjects()TargetDependency.BuilderTargetDependency.Builder. target(String target)Sets the value ofTargetDependency.getTarget()Constructors in software.aws.awsprototypingsdk.nxmonorepo with parameters of type TargetDependency.Builder Constructor Description Jsii$Proxy(TargetDependency.Builder builder)Constructor that initializes the object based on literal property values passed by theTargetDependency.Builder.
-