@Stability(value=Experimental) public static final class SetupPyOptions.Builder extends Object implements software.amazon.jsii.Builder<SetupPyOptions>
SetupPyOptions| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public SetupPyOptions.Builder authorEmail(String authorEmail)
SetupPyOptions.getAuthorEmail()authorEmail - Author's e-mail.this@Stability(value=Experimental) public SetupPyOptions.Builder authorName(String authorName)
SetupPyOptions.getAuthorName()authorName - Author's name.this@Stability(value=Experimental) public SetupPyOptions.Builder classifiers(List<String> classifiers)
SetupPyOptions.getClassifiers()classifiers - A list of PyPI trove classifiers that describe the project.this@Stability(value=Experimental) public SetupPyOptions.Builder description(String description)
SetupPyOptions.getDescription()description - A short project description.this@Stability(value=Experimental) public SetupPyOptions.Builder homepage(String homepage)
SetupPyOptions.getHomepage()homepage - Package's Homepage / Website.this@Stability(value=Experimental) public SetupPyOptions.Builder license(String license)
SetupPyOptions.getLicense()license - The project license.this@Stability(value=Experimental) public SetupPyOptions.Builder name(String name)
SetupPyOptions.getName()name - Name of the package.this@Stability(value=Experimental) public SetupPyOptions.Builder packages(List<String> packages)
SetupPyOptions.getPackages()packages - List of submodules to be packaged.this@Stability(value=Experimental) public SetupPyOptions.Builder version(String version)
SetupPyOptions.getVersion()version - Manually specify package version.this@Stability(value=Experimental) public SetupPyOptions build()
build in interface software.amazon.jsii.Builder<SetupPyOptions>SetupPyOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.