@Stability(value=Experimental) public static final class EnvironmentOptions.Builder extends Object implements software.amazon.jsii.Builder<EnvironmentOptions>
EnvironmentOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentOptions |
build()
Builds the configured instance.
|
EnvironmentOptions.Builder |
removeInEdge(Boolean removeInEdge)
Sets the value of
EnvironmentOptions.getRemoveInEdge() |
@Stability(value=Experimental) public EnvironmentOptions.Builder removeInEdge(Boolean removeInEdge)
EnvironmentOptions.getRemoveInEdge()removeInEdge - When used in Lambda@Edge via edgeArn() API, these environment variables will be removed.
If not set, an error will be thrown.this@Stability(value=Experimental) public EnvironmentOptions build()
build in interface software.amazon.jsii.Builder<EnvironmentOptions>EnvironmentOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.