public static class DefaultModelDeploymentEnvironmentConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DefaultModelDeploymentEnvironmentConfigurationDetails |
build() |
DefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
copy(DefaultModelDeploymentEnvironmentConfigurationDetails model) |
DefaultModelDeploymentEnvironmentConfigurationDetails.Builder |
environmentVariables(Map<String,String> environmentVariables)
Environment variables to set for the web server container.
|
public DefaultModelDeploymentEnvironmentConfigurationDetails.Builder environmentVariables(Map<String,String> environmentVariables)
Environment variables to set for the web server container. The size of envVars must be
less than 2048 bytes. Key should be under 32 characters. Key should contain only letters,
digits and underscore (_) Key should start with a letter. Key should have at least 2
characters. Key should not end with underscore eg. TEST_
Key if added cannot be
empty. Value can be empty. No specific size limits on individual Values. But overall
environment variables is limited to 2048 bytes. Key can’t be reserved Model Deployment
environment variables.
environmentVariables
- the value to setpublic DefaultModelDeploymentEnvironmentConfigurationDetails build()
Copyright © 2016–2024. All rights reserved.