@Stability(value=Experimental) public static final class NpmConfigOptions.Builder extends Object implements software.amazon.jsii.Builder<NpmConfigOptions>
NpmConfigOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NpmConfigOptions |
build()
Builds the configured instance.
|
NpmConfigOptions.Builder |
registry(String registry)
Sets the value of
NpmConfigOptions.getRegistry() |
@Stability(value=Experimental) public NpmConfigOptions.Builder registry(String registry)
NpmConfigOptions.getRegistry()registry - URL of the registry mirror to use.
You can change this or add scoped registries using the addRegistry methodthis@Stability(value=Experimental) public NpmConfigOptions build()
build in interface software.amazon.jsii.Builder<NpmConfigOptions>NpmConfigOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.