@Stability(value=Experimental) public static final class VenvOptions.Builder extends Object implements software.amazon.jsii.Builder<VenvOptions>
VenvOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VenvOptions |
build()
Builds the configured instance.
|
VenvOptions.Builder |
envdir(String envdir)
Sets the value of
VenvOptions.getEnvdir() |
@Stability(value=Experimental) public VenvOptions.Builder envdir(String envdir)
VenvOptions.getEnvdir()envdir - Name of directory to store the environment in.this@Stability(value=Experimental) public VenvOptions build()
build in interface software.amazon.jsii.Builder<VenvOptions>VenvOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.