@Parameter(property="beanstalk.environmentRef", defaultValue="${project.artifactId}.elasticbeanstalk.com")
String environmentRef;
@Override
protected Object executeInternal() throws Exception {
WaitForEnvironmentContext context = new WaitForEnvironmentContextBuilder()
.withApplicationName(applicationName)//
.withStatusToWaitFor(statusToWaitFor)//
.withTimeoutMins(timeoutMins)//
.withHealth(healthToWaitFor)//
.withEnvironmentRef(environmentRef)//