|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.CreateEnvironmentResult
public class CreateEnvironmentResult
Describes the properties of an environment.
Constructor Summary | |
---|---|
CreateEnvironmentResult()
|
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()
The URL to the LoadBalancer for this environment. |
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. |
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)
The URL to the LoadBalancer for this environment. |
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 |
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)
The URL to the LoadBalancer for this environment. |
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 |
withVersionLabel(String versionLabel)
The application version deployed in this environment. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateEnvironmentResult()
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 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
- The URL to the LoadBalancer for this environment.public CreateEnvironmentResult withEndpointURL(String endpointURL)
Returns a reference to this object so that method calls can be chained together.
endpointURL
- The URL to the LoadBalancer for this environment.
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. 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 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. 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 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. 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 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
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 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
EnvironmentHealth
public 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 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 |