Uses of Class
io.github.cdklabs.projen.javascript.YarnSupportedArchitectures.Builder
-
Packages that use YarnSupportedArchitectures.Builder Package Description io.github.cdklabs.projen.javascript -
-
Uses of YarnSupportedArchitectures.Builder in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return YarnSupportedArchitectures.Builder Modifier and Type Method Description static YarnSupportedArchitectures.BuilderYarnSupportedArchitectures. builder()YarnSupportedArchitectures.BuilderYarnSupportedArchitectures.Builder. cpu(List<String> cpu)Sets the value ofYarnSupportedArchitectures.getCpu()YarnSupportedArchitectures.BuilderYarnSupportedArchitectures.Builder. libc(List<String> libc)Sets the value ofYarnSupportedArchitectures.getLibc()YarnSupportedArchitectures.BuilderYarnSupportedArchitectures.Builder. os(List<String> os)Sets the value ofYarnSupportedArchitectures.getOs()Constructors in io.github.cdklabs.projen.javascript with parameters of type YarnSupportedArchitectures.Builder Constructor Description Jsii$Proxy(YarnSupportedArchitectures.Builder builder)Constructor that initializes the object based on literal property values passed by theYarnSupportedArchitectures.Builder.
-