@Stability(value=Stable) public static final class EnvValueFromProcessOptions.Builder extends Object implements software.amazon.jsii.Builder<EnvValueFromProcessOptions>
EnvValueFromProcessOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnvValueFromProcessOptions |
build()
Builds the configured instance.
|
EnvValueFromProcessOptions.Builder |
required(Boolean required)
Sets the value of
EnvValueFromProcessOptions.getRequired() |
@Stability(value=Stable) public EnvValueFromProcessOptions.Builder required(Boolean required)
EnvValueFromProcessOptions.getRequired()required - Specify whether the key must exist in the environment.
If this is set to true, and the key does not exist, an error will thrown.this@Stability(value=Stable) public EnvValueFromProcessOptions build()
build in interface software.amazon.jsii.Builder<EnvValueFromProcessOptions>EnvValueFromProcessOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.