public static final class FunctionResource.EnvironmentProperty.Builder extends Object
FunctionResource.EnvironmentProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.EnvironmentProperty |
build()
Builds the configured instance.
|
FunctionResource.EnvironmentProperty.Builder |
withVariables(Map<String,Object> value)
Sets the value of Variables
|
FunctionResource.EnvironmentProperty.Builder |
withVariables(software.amazon.awscdk.Token value)
Sets the value of Variables
|
public FunctionResource.EnvironmentProperty.Builder withVariables(@Nullable software.amazon.awscdk.Token value)
value - ``FunctionResource.EnvironmentProperty.Variables``thispublic FunctionResource.EnvironmentProperty.Builder withVariables(@Nullable Map<String,Object> value)
value - ``FunctionResource.EnvironmentProperty.Variables``thispublic FunctionResource.EnvironmentProperty build()
FunctionResource.EnvironmentPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.