Uses of Class
io.github.cdklabs.projen.LicenseOptions.Builder
-
Packages that use LicenseOptions.Builder Package Description io.github.cdklabs.projen -
-
Uses of LicenseOptions.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return LicenseOptions.Builder Modifier and Type Method Description static LicenseOptions.BuilderLicenseOptions. builder()LicenseOptions.BuilderLicenseOptions.Builder. copyrightOwner(String copyrightOwner)Sets the value ofLicenseOptions.getCopyrightOwner()LicenseOptions.BuilderLicenseOptions.Builder. copyrightPeriod(String copyrightPeriod)Sets the value ofLicenseOptions.getCopyrightPeriod()LicenseOptions.BuilderLicenseOptions.Builder. spdx(String spdx)Sets the value ofLicenseOptions.getSpdx()Constructors in io.github.cdklabs.projen with parameters of type LicenseOptions.Builder Constructor Description Jsii$Proxy(LicenseOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLicenseOptions.Builder.
-