public static final class EnvironmentOptions.Builder
extends java.lang.Object
EnvironmentOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EnvironmentOptions |
build()
Builds the configured instance.
|
EnvironmentOptions.Builder |
removeInEdge(java.lang.Boolean removeInEdge)
Sets the value of
EnvironmentOptions.getRemoveInEdge() |
public EnvironmentOptions.Builder removeInEdge(java.lang.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
public EnvironmentOptions build()
EnvironmentOptions
java.lang.NullPointerException
- if any required attribute was not provided