|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription
public class EnvironmentDescription
Describes the properties of an environment.
Constructor Summary | |
---|---|
EnvironmentDescription()
|
Method Summary | |
---|---|
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. |
EnvironmentDescription |
withApplicationName(String applicationName)
The name of the application associated with this environment. |
EnvironmentDescription |
withCNAME(String cNAME)
The URL to the CNAME for this environment. |
EnvironmentDescription |
withDateCreated(Date dateCreated)
The creation date for this environment. |
EnvironmentDescription |
withDateUpdated(Date dateUpdated)
The last modified date for this environment. |
EnvironmentDescription |
withDescription(String description)
Describes this environment. |
EnvironmentDescription |
withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer. |
EnvironmentDescription |
withEnvironmentId(String environmentId)
The ID of this environment. |
EnvironmentDescription |
withEnvironmentName(String environmentName)
The name of this environment. |
EnvironmentDescription |
withHealth(EnvironmentHealth health)
Describes the health status of the environment. |
EnvironmentDescription |
withHealth(String health)
Describes the health status of the environment. |
EnvironmentDescription |
withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment. |
EnvironmentDescription |
withSolutionStackName(String solutionStackName)
The name of the SolutionStack deployed with this
environment. |
EnvironmentDescription |
withStatus(EnvironmentStatus status)
The current operational status of the environment: Launching : Environment is in the process of initial
deployment. |
EnvironmentDescription |
withStatus(String status)
The current operational status of the environment: Launching : Environment is in the process of initial
deployment. |
EnvironmentDescription |
withTemplateName(String templateName)
The name of the configuration template used to originally launch this environment. |
EnvironmentDescription |
withTier(EnvironmentTier tier)
Describes the current tier of this environment. |
EnvironmentDescription |
withVersionLabel(String versionLabel)
The application version deployed in this environment. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentDescription()
Method Detail |
---|
public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of this environment.public EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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 EnvironmentDescription 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. EnvironmentStatus
public 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. EnvironmentStatus
public EnvironmentDescription 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. EnvironmentStatus
public 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. EnvironmentStatus
public EnvironmentDescription 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. EnvironmentStatus
public 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
EnvironmentHealth
public 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
EnvironmentHealth
public EnvironmentDescription 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
EnvironmentHealth
public 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
EnvironmentHealth
public EnvironmentDescription 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
EnvironmentHealth
public EnvironmentResourcesDescription getResources()
public void setResources(EnvironmentResourcesDescription resources)
resources
- The description of the AWS resources used by this environment.public EnvironmentDescription 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 EnvironmentDescription 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |