.withTemplateName(templateName)//
.withEnvironmentName(newEnvironmentName)//
.withOptionSettings(optionSettings)//
.withVersionLabel(versionLabel);//
CreateEnvironmentContext context = builder.build();
CreateEnvironmentCommand command = new CreateEnvironmentCommand(this);
return command.execute(context);
}