public class EnvironmentDescription
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the properties of an environment.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
abortableOperationInProgress
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
private java.lang.String |
applicationName
The name of the application associated with this environment.
|
private java.lang.String |
cNAME
The URL to the CNAME for this environment.
|
private java.util.Date |
dateCreated
The creation date for this environment.
|
private java.util.Date |
dateUpdated
The last modified date for this environment.
|
private java.lang.String |
description
Describes this environment.
|
private java.lang.String |
endpointURL
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
private java.lang.String |
environmentId
The ID of this environment.
|
private SdkInternalList<EnvironmentLink> |
environmentLinks
A list of links to other environments in the same group.
|
private java.lang.String |
environmentName
The name of this environment.
|
private java.lang.String |
health
Describes the health status of the environment.
|
private java.lang.String |
healthStatus
Returns the health status of the application running in your environment.
|
private EnvironmentResourcesDescription |
resources
The description of the AWS resources used by this environment.
|
private java.lang.String |
solutionStackName
The name of the
SolutionStack deployed with this
environment. |
private java.lang.String |
status
The current operational status of the environment:
|
private java.lang.String |
templateName
The name of the configuration template used to originally launch this
environment.
|
private EnvironmentTier |
tier
Describes the current tier of this environment.
|
private java.lang.String |
versionLabel
The application version deployed in this environment.
|
Constructor and Description |
---|
EnvironmentDescription() |
Modifier and Type | Method and Description |
---|---|
EnvironmentDescription |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
java.lang.String |
getApplicationName()
The name of the application associated with this environment.
|
java.lang.String |
getCNAME()
The URL to the CNAME for this environment.
|
java.util.Date |
getDateCreated()
The creation date for this environment.
|
java.util.Date |
getDateUpdated()
The last modified date for this environment.
|
java.lang.String |
getDescription()
Describes this environment.
|
java.lang.String |
getEndpointURL()
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
java.lang.String |
getEnvironmentId()
The ID of this environment.
|
java.util.List<EnvironmentLink> |
getEnvironmentLinks()
A list of links to other environments in the same group.
|
java.lang.String |
getEnvironmentName()
The name of this environment.
|
java.lang.String |
getHealth()
Describes the health status of the environment.
|
java.lang.String |
getHealthStatus()
Returns the health status of the application running in your environment.
|
EnvironmentResourcesDescription |
getResources()
The description of the AWS resources used by this environment.
|
java.lang.String |
getSolutionStackName()
The name of the
SolutionStack deployed with this
environment. |
java.lang.String |
getStatus()
The current operational status of the environment:
|
java.lang.String |
getTemplateName()
The name of the configuration template used to originally launch this
environment.
|
EnvironmentTier |
getTier()
Describes the current tier of this environment.
|
java.lang.String |
getVersionLabel()
The application version deployed in this environment.
|
int |
hashCode() |
java.lang.Boolean |
isAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
void |
setAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
void |
setApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
void |
setCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
void |
setDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
void |
setDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
void |
setDescription(java.lang.String description)
Describes this environment.
|
void |
setEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
void |
setEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
void |
setEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of this environment.
|
void |
setHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
void |
setHealth(java.lang.String health)
Describes the health status of the environment.
|
void |
setHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
void |
setHealthStatus(java.lang.String healthStatus)
Returns the health status of the application running in your environment.
|
void |
setResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
void |
setSolutionStackName(java.lang.String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
void |
setStatus(EnvironmentStatus status)
The current operational status of the environment:
|
void |
setStatus(java.lang.String status)
The current operational status of the environment:
|
void |
setTemplateName(java.lang.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(java.lang.String versionLabel)
The application version deployed in this environment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnvironmentDescription |
withAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel.
|
EnvironmentDescription |
withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
|
EnvironmentDescription |
withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
|
EnvironmentDescription |
withDateCreated(java.util.Date dateCreated)
The creation date for this environment.
|
EnvironmentDescription |
withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
|
EnvironmentDescription |
withDescription(java.lang.String description)
Describes this environment.
|
EnvironmentDescription |
withEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
EnvironmentDescription |
withEnvironmentId(java.lang.String environmentId)
The ID of this environment.
|
EnvironmentDescription |
withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription |
withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription |
withEnvironmentName(java.lang.String environmentName)
The name of this environment.
|
EnvironmentDescription |
withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
EnvironmentDescription |
withHealth(java.lang.String health)
Describes the health status of the environment.
|
EnvironmentDescription |
withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription |
withHealthStatus(java.lang.String healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription |
withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
EnvironmentDescription |
withSolutionStackName(java.lang.String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
EnvironmentDescription |
withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
EnvironmentDescription |
withStatus(java.lang.String status)
The current operational status of the environment:
|
EnvironmentDescription |
withTemplateName(java.lang.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(java.lang.String versionLabel)
The application version deployed in this environment.
|
private java.lang.String environmentName
The name of this environment.
private java.lang.String environmentId
The ID of this environment.
private java.lang.String applicationName
The name of the application associated with this environment.
private java.lang.String versionLabel
The application version deployed in this environment.
private java.lang.String solutionStackName
The name of the SolutionStack
deployed with this
environment.
private java.lang.String templateName
The name of the configuration template used to originally launch this environment.
private java.lang.String description
Describes this environment.
private java.lang.String endpointURL
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
private java.lang.String cNAME
The URL to the CNAME for this environment.
private java.util.Date dateCreated
The creation date for this environment.
private java.util.Date dateUpdated
The last modified date for this environment.
private java.lang.String 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.private java.lang.Boolean abortableOperationInProgress
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
private java.lang.String 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 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
private java.lang.String healthStatus
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
private EnvironmentResourcesDescription resources
The description of the AWS resources used by this environment.
private EnvironmentTier tier
Describes the current tier of this environment.
private SdkInternalList<EnvironmentLink> environmentLinks
A list of links to other environments in the same group.
public void setEnvironmentName(java.lang.String environmentName)
The name of this environment.
environmentName
- The name of this environment.public java.lang.String getEnvironmentName()
The name of this environment.
public EnvironmentDescription withEnvironmentName(java.lang.String environmentName)
The name of this environment.
environmentName
- The name of this environment.public void setEnvironmentId(java.lang.String environmentId)
The ID of this environment.
environmentId
- The ID of this environment.public java.lang.String getEnvironmentId()
The ID of this environment.
public EnvironmentDescription withEnvironmentId(java.lang.String environmentId)
The ID of this environment.
environmentId
- The ID of this environment.public void setApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
applicationName
- The name of the application associated with this environment.public java.lang.String getApplicationName()
The name of the application associated with this environment.
public EnvironmentDescription withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment.
applicationName
- The name of the application associated with this environment.public void setVersionLabel(java.lang.String versionLabel)
The application version deployed in this environment.
versionLabel
- The application version deployed in this environment.public java.lang.String getVersionLabel()
The application version deployed in this environment.
public EnvironmentDescription withVersionLabel(java.lang.String versionLabel)
The application version deployed in this environment.
versionLabel
- The application version deployed in this environment.public void setSolutionStackName(java.lang.String solutionStackName)
The name of the SolutionStack
deployed with this
environment.
solutionStackName
- The name of the SolutionStack
deployed with this
environment.public java.lang.String getSolutionStackName()
The name of the SolutionStack
deployed with this
environment.
SolutionStack
deployed with this
environment.public EnvironmentDescription withSolutionStackName(java.lang.String solutionStackName)
The name of the SolutionStack
deployed with this
environment.
solutionStackName
- The name of the SolutionStack
deployed with this
environment.public void setTemplateName(java.lang.String templateName)
The name of the configuration template used to originally launch this environment.
templateName
- The name of the configuration template used to originally launch
this environment.public java.lang.String getTemplateName()
The name of the configuration template used to originally launch this environment.
public EnvironmentDescription withTemplateName(java.lang.String templateName)
The name of the configuration template used to originally launch this environment.
templateName
- The name of the configuration template used to originally launch
this environment.public void setDescription(java.lang.String description)
Describes this environment.
description
- Describes this environment.public java.lang.String getDescription()
Describes this environment.
public EnvironmentDescription withDescription(java.lang.String description)
Describes this environment.
description
- Describes this environment.public void setEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
endpointURL
- For load-balanced, autoscaling environments, the URL to the
LoadBalancer. For single-instance environments, the IP address of
the instance.public java.lang.String getEndpointURL()
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
public EnvironmentDescription withEndpointURL(java.lang.String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
endpointURL
- For load-balanced, autoscaling environments, the URL to the
LoadBalancer. For single-instance environments, the IP address of
the instance.public void setCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
cNAME
- The URL to the CNAME for this environment.public java.lang.String getCNAME()
The URL to the CNAME for this environment.
public EnvironmentDescription withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment.
cNAME
- The URL to the CNAME for this environment.public void setDateCreated(java.util.Date dateCreated)
The creation date for this environment.
dateCreated
- The creation date for this environment.public java.util.Date getDateCreated()
The creation date for this environment.
public EnvironmentDescription withDateCreated(java.util.Date dateCreated)
The creation date for this environment.
dateCreated
- The creation date for this environment.public void setDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
dateUpdated
- The last modified date for this environment.public java.util.Date getDateUpdated()
The last modified date for this environment.
public EnvironmentDescription withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment.
dateUpdated
- The last modified date for this environment.public void setStatus(java.lang.String 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.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 java.lang.String getStatus()
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.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(java.lang.String 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.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)
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.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)
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.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 setAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
abortableOperationInProgress
- Indicates if there is an in-progress environment configuration
update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
public java.lang.Boolean getAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
true:
There is an update in progress.
false:
There are no updates currently in progress.
public EnvironmentDescription withAbortableOperationInProgress(java.lang.Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
abortableOperationInProgress
- Indicates if there is an in-progress environment configuration
update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
public java.lang.Boolean isAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.
true:
There is an update in progress.
false:
There are no updates currently in progress.
true:
There is an update in progress.
false:
There are no updates currently in progress.
public void setHealth(java.lang.String 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 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
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 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 java.lang.String getHealth()
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
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
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(java.lang.String 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 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
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 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)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
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
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 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)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
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
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 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 setHealthStatus(java.lang.String healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus
- Returns the health status of the application running in your
environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatus
public java.lang.String getHealthStatus()
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
EnvironmentHealthStatus
public EnvironmentDescription withHealthStatus(java.lang.String healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus
- Returns the health status of the application running in your
environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatus
public void setHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus
- Returns the health status of the application running in your
environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatus
public EnvironmentDescription withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.
healthStatus
- Returns the health status of the application running in your
environment. For more information, see Health Colors and Statuses.EnvironmentHealthStatus
public void setResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
resources
- The description of the AWS resources used by this environment.public EnvironmentResourcesDescription getResources()
The description of the AWS resources used by this environment.
public EnvironmentDescription withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
resources
- The description of the AWS resources used by this environment.public void setTier(EnvironmentTier tier)
Describes the current tier of this environment.
tier
- Describes the current tier of this environment.public EnvironmentTier getTier()
Describes the current tier of this environment.
public EnvironmentDescription withTier(EnvironmentTier tier)
Describes the current tier of this environment.
tier
- Describes the current tier of this environment.public java.util.List<EnvironmentLink> getEnvironmentLinks()
A list of links to other environments in the same group.
public void setEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
environmentLinks
- A list of links to other environments in the same group.public EnvironmentDescription withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
NOTE: This method appends the values to the existing list (if
any). Use setEnvironmentLinks(java.util.Collection)
or
withEnvironmentLinks(java.util.Collection)
if you want to
override the existing values.
environmentLinks
- A list of links to other environments in the same group.public EnvironmentDescription withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
environmentLinks
- A list of links to other environments in the same group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public EnvironmentDescription clone()
clone
in class java.lang.Object