public class TerminateEnvironmentResult extends Object implements Serializable
Describes the properties of an environment.
Constructor and Description |
---|
TerminateEnvironmentResult() |
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.
|
TerminateEnvironmentResult |
withApplicationName(String applicationName)
The name of the application associated with this environment.
|
TerminateEnvironmentResult |
withCNAME(String cNAME)
The URL to the CNAME for this environment.
|
TerminateEnvironmentResult |
withDateCreated(Date dateCreated)
The creation date for this environment.
|
TerminateEnvironmentResult |
withDateUpdated(Date dateUpdated)
The last modified date for this environment.
|
TerminateEnvironmentResult |
withDescription(String description)
Describes this environment.
|
TerminateEnvironmentResult |
withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the
LoadBalancer.
|
TerminateEnvironmentResult |
withEnvironmentId(String environmentId)
The ID of this environment.
|
TerminateEnvironmentResult |
withEnvironmentName(String environmentName)
The name of this environment.
|
TerminateEnvironmentResult |
withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
TerminateEnvironmentResult |
withHealth(String health)
Describes the health status of the environment.
|
TerminateEnvironmentResult |
withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
TerminateEnvironmentResult |
withSolutionStackName(String solutionStackName)
The name of the
SolutionStack deployed with this
environment. |
TerminateEnvironmentResult |
withStatus(EnvironmentStatus status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
TerminateEnvironmentResult |
withStatus(String status)
The current operational status of the environment:
Launching : Environment is in the process of initial
deployment. |
TerminateEnvironmentResult |
withTemplateName(String templateName)
The name of the configuration template used to originally launch this
environment.
|
TerminateEnvironmentResult |
withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
TerminateEnvironmentResult |
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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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 TerminateEnvironmentResult 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()
Copyright © 2014. All rights reserved.