public class CreateEnvironmentResult extends Object implements Serializable
Describes the properties of an environment.
| Constructor and Description | 
|---|
CreateEnvironmentResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getApplicationName()
The name of the application associated with this environment. 
 | 
String | 
getCNAME()
The URL to the CNAME for this environment. 
 | 
Date | 
getDateCreated()
The creation date for this environment. 
 | 
Date | 
getDateUpdated()
The last modified date for this environment. 
 | 
String | 
getDescription()
Describes this environment. 
 | 
String | 
getEndpointURL()
For load-balanced, autoscaling environments, the URL to the
 LoadBalancer. 
 | 
String | 
getEnvironmentId()
The ID of this environment. 
 | 
String | 
getEnvironmentName()
The name of this environment. 
 | 
String | 
getHealth()
Describes the health status of the environment. 
 | 
EnvironmentResourcesDescription | 
getResources()
The description of the AWS resources used by this environment. 
 | 
String | 
getSolutionStackName()
The name of the  
SolutionStack deployed with this
 environment. | 
String | 
getStatus()
The current operational status of the environment:  
  
Launching: Environment is in the process of initial
 deployment. | 
String | 
getTemplateName()
The name of the configuration template used to originally launch this
 environment. 
 | 
EnvironmentTier | 
getTier()
Describes the current tier of this environment. 
 | 
String | 
getVersionLabel()
The application version deployed in this environment. 
 | 
int | 
hashCode()  | 
void | 
setApplicationName(String applicationName)
The name of the application associated with this environment. 
 | 
void | 
setCNAME(String cNAME)
The URL to the CNAME for this environment. 
 | 
void | 
setDateCreated(Date dateCreated)
The creation date for this environment. 
 | 
void | 
setDateUpdated(Date dateUpdated)
The last modified date for this environment. 
 | 
void | 
setDescription(String description)
Describes this environment. 
 | 
void | 
setEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the
 LoadBalancer. 
 | 
void | 
setEnvironmentId(String environmentId)
The ID of this environment. 
 | 
void | 
setEnvironmentName(String environmentName)
The name of this environment. 
 | 
void | 
setHealth(EnvironmentHealth health)
Describes the health status of the environment. 
 | 
void | 
setHealth(String health)
Describes the health status of the environment. 
 | 
void | 
setResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment. 
 | 
void | 
setSolutionStackName(String solutionStackName)
The name of the  
SolutionStack deployed with this
 environment. | 
void | 
setStatus(EnvironmentStatus status)
The current operational status of the environment:  
  
Launching: Environment is in the process of initial
 deployment. | 
void | 
setStatus(String status)
The current operational status of the environment:  
  
Launching: Environment is in the process of initial
 deployment. | 
void | 
setTemplateName(String templateName)
The name of the configuration template used to originally launch this
 environment. 
 | 
void | 
setTier(EnvironmentTier tier)
Describes the current tier of this environment. 
 | 
void | 
setVersionLabel(String versionLabel)
The application version deployed in this environment. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
CreateEnvironmentResult | 
withApplicationName(String applicationName)
The name of the application associated with this environment. 
 | 
CreateEnvironmentResult | 
withCNAME(String cNAME)
The URL to the CNAME for this environment. 
 | 
CreateEnvironmentResult | 
withDateCreated(Date dateCreated)
The creation date for this environment. 
 | 
CreateEnvironmentResult | 
withDateUpdated(Date dateUpdated)
The last modified date for this environment. 
 | 
CreateEnvironmentResult | 
withDescription(String description)
Describes this environment. 
 | 
CreateEnvironmentResult | 
withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the
 LoadBalancer. 
 | 
CreateEnvironmentResult | 
withEnvironmentId(String environmentId)
The ID of this environment. 
 | 
CreateEnvironmentResult | 
withEnvironmentName(String environmentName)
The name of this environment. 
 | 
CreateEnvironmentResult | 
withHealth(EnvironmentHealth health)
Describes the health status of the environment. 
 | 
CreateEnvironmentResult | 
withHealth(String health)
Describes the health status of the environment. 
 | 
CreateEnvironmentResult | 
withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment. 
 | 
CreateEnvironmentResult | 
withSolutionStackName(String solutionStackName)
The name of the  
SolutionStack deployed with this
 environment. | 
CreateEnvironmentResult | 
withStatus(EnvironmentStatus status)
The current operational status of the environment:  
  
Launching: Environment is in the process of initial
 deployment. | 
CreateEnvironmentResult | 
withStatus(String status)
The current operational status of the environment:  
  
Launching: Environment is in the process of initial
 deployment. | 
CreateEnvironmentResult | 
withTemplateName(String templateName)
The name of the configuration template used to originally launch this
 environment. 
 | 
CreateEnvironmentResult | 
withTier(EnvironmentTier tier)
Describes the current tier of this environment. 
 | 
CreateEnvironmentResult | 
withVersionLabel(String versionLabel)
The application version deployed in this environment. 
 | 
public String getEnvironmentName()
 Constraints:
 Length: 4 - 23
public void setEnvironmentName(String environmentName)
 Constraints:
 Length: 4 - 23
environmentName - The name of this environment.public CreateEnvironmentResult withEnvironmentName(String environmentName)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 4 - 23
environmentName - The name of this environment.public String getEnvironmentId()
public void setEnvironmentId(String environmentId)
environmentId - The ID of this environment.public CreateEnvironmentResult withEnvironmentId(String environmentId)
Returns a reference to this object so that method calls can be chained together.
environmentId - The ID of this environment.public String getApplicationName()
 Constraints:
 Length: 1 - 100
public void setApplicationName(String applicationName)
 Constraints:
 Length: 1 - 100
applicationName - The name of the application associated with this environment.public CreateEnvironmentResult withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
applicationName - The name of the application associated with this environment.public String getVersionLabel()
 Constraints:
 Length: 1 - 100
public void setVersionLabel(String versionLabel)
 Constraints:
 Length: 1 - 100
versionLabel - The application version deployed in this environment.public CreateEnvironmentResult withVersionLabel(String versionLabel)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
versionLabel - The application version deployed in this environment.public String getSolutionStackName()
SolutionStack deployed with this
 environment.
 
 Constraints:
 Length: 0 - 100
SolutionStack deployed with this
         environment.public void setSolutionStackName(String solutionStackName)
SolutionStack deployed with this
 environment.
 
 Constraints:
 Length: 0 - 100
solutionStackName - The name of the SolutionStack deployed with this
         environment.public CreateEnvironmentResult withSolutionStackName(String solutionStackName)
SolutionStack deployed with this
 environment.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 100
solutionStackName - The name of the SolutionStack deployed with this
         environment.public String getTemplateName()
 Constraints:
 Length: 1 - 100
public void setTemplateName(String templateName)
 Constraints:
 Length: 1 - 100
templateName - The name of the configuration template used to originally launch this
         environment.public CreateEnvironmentResult withTemplateName(String templateName)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
templateName - The name of the configuration template used to originally launch this
         environment.public String getDescription()
 Constraints:
 Length: 0 - 200
public void setDescription(String description)
 Constraints:
 Length: 0 - 200
description - Describes this environment.public CreateEnvironmentResult withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 200
description - Describes this environment.public String getEndpointURL()
public void setEndpointURL(String endpointURL)
endpointURL - For load-balanced, autoscaling environments, the URL to the
         LoadBalancer. For single-instance environments, the IP address of the
         instance.public CreateEnvironmentResult withEndpointURL(String endpointURL)
Returns a reference to this object so that method calls can be chained together.
endpointURL - For load-balanced, autoscaling environments, the URL to the
         LoadBalancer. For single-instance environments, the IP address of the
         instance.public String getCNAME()
 Constraints:
 Length: 1 - 255
public void setCNAME(String cNAME)
 Constraints:
 Length: 1 - 255
cNAME - The URL to the CNAME for this environment.public CreateEnvironmentResult withCNAME(String cNAME)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 255
cNAME - The URL to the CNAME for this environment.public Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated - The creation date for this environment.public CreateEnvironmentResult withDateCreated(Date dateCreated)
Returns a reference to this object so that method calls can be chained together.
dateCreated - The creation date for this environment.public Date getDateUpdated()
public void setDateUpdated(Date dateUpdated)
dateUpdated - The last modified date for this environment.public CreateEnvironmentResult withDateUpdated(Date dateUpdated)
Returns a reference to this object so that method calls can be chained together.
dateUpdated - The last modified date for this environment.public String getStatus()
Launching: Environment is in the process of initial
 deployment. Updating: Environment is in the
 process of updating its configuration settings or application version.
 Ready: Environment is available to have an
 action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
 Terminated: Environment is not running. 
 Constraints:
 Allowed Values: Launching, Updating, Ready, Terminating, Terminated
Launching: Environment is in the process of initial
         deployment. Updating: Environment is in the
         process of updating its configuration settings or application version.
         Ready: Environment is available to have an
         action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
         Terminated: Environment is not running. EnvironmentStatuspublic void setStatus(String status)
Launching: Environment is in the process of initial
 deployment. Updating: Environment is in the
 process of updating its configuration settings or application version.
 Ready: Environment is available to have an
 action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
 Terminated: Environment is not running. 
 Constraints:
 Allowed Values: Launching, Updating, Ready, Terminating, Terminated
status - The current operational status of the environment: Launching: Environment is in the process of initial
         deployment. Updating: Environment is in the
         process of updating its configuration settings or application version.
         Ready: Environment is available to have an
         action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
         Terminated: Environment is not running. EnvironmentStatuspublic CreateEnvironmentResult withStatus(String status)
Launching: Environment is in the process of initial
 deployment. Updating: Environment is in the
 process of updating its configuration settings or application version.
 Ready: Environment is available to have an
 action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
 Terminated: Environment is not running. Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: Launching, Updating, Ready, Terminating, Terminated
status - The current operational status of the environment: Launching: Environment is in the process of initial
         deployment. Updating: Environment is in the
         process of updating its configuration settings or application version.
         Ready: Environment is available to have an
         action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
         Terminated: Environment is not running. EnvironmentStatuspublic void setStatus(EnvironmentStatus status)
Launching: Environment is in the process of initial
 deployment. Updating: Environment is in the
 process of updating its configuration settings or application version.
 Ready: Environment is available to have an
 action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
 Terminated: Environment is not running. 
 Constraints:
 Allowed Values: Launching, Updating, Ready, Terminating, Terminated
status - The current operational status of the environment: Launching: Environment is in the process of initial
         deployment. Updating: Environment is in the
         process of updating its configuration settings or application version.
         Ready: Environment is available to have an
         action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
         Terminated: Environment is not running. EnvironmentStatuspublic CreateEnvironmentResult withStatus(EnvironmentStatus status)
Launching: Environment is in the process of initial
 deployment. Updating: Environment is in the
 process of updating its configuration settings or application version.
 Ready: Environment is available to have an
 action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
 Terminated: Environment is not running. Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: Launching, Updating, Ready, Terminating, Terminated
status - The current operational status of the environment: Launching: Environment is in the process of initial
         deployment. Updating: Environment is in the
         process of updating its configuration settings or application version.
         Ready: Environment is available to have an
         action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process.
         Terminated: Environment is not running. EnvironmentStatuspublic String getHealth()
 Red : Indicates the environment is
 not working. 
 Yellow:
 Indicates that something is wrong, the application might not be
 available, but the instances appear running. 
 Green: Indicates the environment is
 healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.
 Yellow: Indicates that something is wrong.
 Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
 fully functional. Grey: Default health for a
 new environment. The environment is not fully launched and health
 checks have not started or health checks are suspended during an
 UpdateEnvironment or RestartEnvironement
 request.  Default: Grey
 
 Constraints:
 Allowed Values: Green, Yellow, Red, Grey
 Red : Indicates the environment is
         not working. 
 Yellow:
         Indicates that something is wrong, the application might not be
         available, but the instances appear running. 
 Green: Indicates the environment is
         healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
         when three or more consecutive failures occur for an environment.
         Yellow: Indicates that something is wrong.
         Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
         fully functional. Grey: Default health for a
         new environment. The environment is not fully launched and health
         checks have not started or health checks are suspended during an
         UpdateEnvironment or RestartEnvironement
         request.  Default: Grey
EnvironmentHealthpublic void setHealth(String health)
 Red : Indicates the environment is
 not working. 
 Yellow:
 Indicates that something is wrong, the application might not be
 available, but the instances appear running. 
 Green: Indicates the environment is
 healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.
 Yellow: Indicates that something is wrong.
 Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
 fully functional. Grey: Default health for a
 new environment. The environment is not fully launched and health
 checks have not started or health checks are suspended during an
 UpdateEnvironment or RestartEnvironement
 request.  Default: Grey
 
 Constraints:
 Allowed Values: Green, Yellow, Red, Grey
health - Describes the health status of the environment. AWS Elastic Beanstalk
         indicates the failure levels for a running environment:  Red : Indicates the environment is
         not working. 
 Yellow:
         Indicates that something is wrong, the application might not be
         available, but the instances appear running. 
 Green: Indicates the environment is
         healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
         when three or more consecutive failures occur for an environment.
         Yellow: Indicates that something is wrong.
         Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
         fully functional. Grey: Default health for a
         new environment. The environment is not fully launched and health
         checks have not started or health checks are suspended during an
         UpdateEnvironment or RestartEnvironement
         request.  Default: Grey
EnvironmentHealthpublic CreateEnvironmentResult withHealth(String health)
 Red : Indicates the environment is
 not working. 
 Yellow:
 Indicates that something is wrong, the application might not be
 available, but the instances appear running. 
 Green: Indicates the environment is
 healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.
 Yellow: Indicates that something is wrong.
 Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
 fully functional. Grey: Default health for a
 new environment. The environment is not fully launched and health
 checks have not started or health checks are suspended during an
 UpdateEnvironment or RestartEnvironement
 request.  Default: Grey
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: Green, Yellow, Red, Grey
health - Describes the health status of the environment. AWS Elastic Beanstalk
         indicates the failure levels for a running environment:  Red : Indicates the environment is
         not working. 
 Yellow:
         Indicates that something is wrong, the application might not be
         available, but the instances appear running. 
 Green: Indicates the environment is
         healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
         when three or more consecutive failures occur for an environment.
         Yellow: Indicates that something is wrong.
         Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
         fully functional. Grey: Default health for a
         new environment. The environment is not fully launched and health
         checks have not started or health checks are suspended during an
         UpdateEnvironment or RestartEnvironement
         request.  Default: Grey
EnvironmentHealthpublic void setHealth(EnvironmentHealth health)
 Red : Indicates the environment is
 not working. 
 Yellow:
 Indicates that something is wrong, the application might not be
 available, but the instances appear running. 
 Green: Indicates the environment is
 healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.
 Yellow: Indicates that something is wrong.
 Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
 fully functional. Grey: Default health for a
 new environment. The environment is not fully launched and health
 checks have not started or health checks are suspended during an
 UpdateEnvironment or RestartEnvironement
 request.  Default: Grey
 
 Constraints:
 Allowed Values: Green, Yellow, Red, Grey
health - Describes the health status of the environment. AWS Elastic Beanstalk
         indicates the failure levels for a running environment:  Red : Indicates the environment is
         not working. 
 Yellow:
         Indicates that something is wrong, the application might not be
         available, but the instances appear running. 
 Green: Indicates the environment is
         healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
         when three or more consecutive failures occur for an environment.
         Yellow: Indicates that something is wrong.
         Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
         fully functional. Grey: Default health for a
         new environment. The environment is not fully launched and health
         checks have not started or health checks are suspended during an
         UpdateEnvironment or RestartEnvironement
         request.  Default: Grey
EnvironmentHealthpublic CreateEnvironmentResult withHealth(EnvironmentHealth health)
 Red : Indicates the environment is
 not working. 
 Yellow:
 Indicates that something is wrong, the application might not be
 available, but the instances appear running. 
 Green: Indicates the environment is
 healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
 when three or more consecutive failures occur for an environment.
 Yellow: Indicates that something is wrong.
 Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
 fully functional. Grey: Default health for a
 new environment. The environment is not fully launched and health
 checks have not started or health checks are suspended during an
 UpdateEnvironment or RestartEnvironement
 request.  Default: Grey
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: Green, Yellow, Red, Grey
health - Describes the health status of the environment. AWS Elastic Beanstalk
         indicates the failure levels for a running environment:  Red : Indicates the environment is
         not working. 
 Yellow:
         Indicates that something is wrong, the application might not be
         available, but the instances appear running. 
 Green: Indicates the environment is
         healthy and fully functional. 
Red: Indicates the environment is not responsive. Occurs
         when three or more consecutive failures occur for an environment.
         Yellow: Indicates that something is wrong.
         Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and
         fully functional. Grey: Default health for a
         new environment. The environment is not fully launched and health
         checks have not started or health checks are suspended during an
         UpdateEnvironment or RestartEnvironement
         request.  Default: Grey
EnvironmentHealthpublic EnvironmentResourcesDescription getResources()
public void setResources(EnvironmentResourcesDescription resources)
resources - The description of the AWS resources used by this environment.public CreateEnvironmentResult withResources(EnvironmentResourcesDescription resources)
Returns a reference to this object so that method calls can be chained together.
resources - The description of the AWS resources used by this environment.public EnvironmentTier getTier()
public void setTier(EnvironmentTier tier)
tier - Describes the current tier of this environment.public CreateEnvironmentResult withTier(EnvironmentTier tier)
Returns a reference to this object so that method calls can be chained together.
tier - Describes the current tier of this environment.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.