public static final class BuildEnvironmentVariable.Builder extends Object
BuildEnvironmentVariable| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironmentVariable |
build()
Builds the configured instance.
|
BuildEnvironmentVariable.Builder |
withType(BuildEnvironmentVariableType value)
Sets the value of Type
|
BuildEnvironmentVariable.Builder |
withValue(Object value)
Sets the value of Value
|
public BuildEnvironmentVariable.Builder withType(@Nullable BuildEnvironmentVariableType value)
value - The type of environment variable.thispublic BuildEnvironmentVariable.Builder withValue(@Nullable Object value)
value - The value of the environment variable (or the name of the parameter in
the SSM parameter store.)thispublic BuildEnvironmentVariable build()
BuildEnvironmentVariableNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.