log.error("Missing an env var name: " + configuration.toString(true));
throw new IllegalArgumentException("Missing the name of an environment variable");
}
if (value != null && value.getStringValue() != null) {
newSettings.add(new NameValuePair(name.getStringValue(), value.getStringValue()));
}
}
// update the env script file so it includes the new settings.
// note that we require the request to contain ALL settings, not a subset; any settings