.withEnvironmentTierName(environmentTierName)//
.withVersionLabel(versionLabel);//
CreateEnvironmentContext context = builder.build();
CreateEnvironmentCommand command = new CreateEnvironmentCommand(this);
CreateEnvironmentResult result = command.execute(context);
if (waitForReady) {
WaitForEnvironmentContext ctx = new WaitForEnvironmentContextBuilder()//
.withEnvironmentRef(result.getEnvironmentId())//
.withApplicationName(result.getApplicationName())//