|
|||||||
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 | |
---|---|
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()
The URL to the LoadBalancer for this environment. |
java.lang.String |
getEnvironmentId()
The ID of this environment. |
java.lang.String |
getEnvironmentName()
The name of this environment. |
java.lang.String |
getHealth()
Describes the health status of the 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: Launching : Environment is in the process of initial
deployment. |
java.lang.String |
getTemplateName()
The name of the configuration template used to originally launch this environment. |
java.lang.String |
getVersionLabel()
The application version deployed in this environment. |
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)
The URL to the LoadBalancer for this environment. |
void |
setEnvironmentId(java.lang.String environmentId)
The ID of this environment. |
void |
setEnvironmentName(java.lang.String environmentName)
The name of this environment. |
void |
setHealth(java.lang.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(java.lang.String solutionStackName)
The name of the SolutionStack deployed with this
environment. |
void |
setStatus(java.lang.String status)
The current operational status of the environment: Launching : Environment is in the process of initial
deployment. |
void |
setTemplateName(java.lang.String templateName)
The name of the configuration template used to originally launch 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. |
CreateEnvironmentResult |
withApplicationName(java.lang.String applicationName)
The name of the application associated with this environment. |
CreateEnvironmentResult |
withCNAME(java.lang.String cNAME)
The URL to the CNAME for this environment. |
CreateEnvironmentResult |
withDateCreated(java.util.Date dateCreated)
The creation date for this environment. |
CreateEnvironmentResult |
withDateUpdated(java.util.Date dateUpdated)
The last modified date for this environment. |
CreateEnvironmentResult |
withDescription(java.lang.String description)
Describes this environment. |
CreateEnvironmentResult |
withEndpointURL(java.lang.String endpointURL)
The URL to the LoadBalancer for this environment. |
CreateEnvironmentResult |
withEnvironmentId(java.lang.String environmentId)
The ID of this environment. |
CreateEnvironmentResult |
withEnvironmentName(java.lang.String environmentName)
The name of this environment. |
CreateEnvironmentResult |
withHealth(java.lang.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(java.lang.String solutionStackName)
The name of the SolutionStack deployed with this
environment. |
CreateEnvironmentResult |
withStatus(java.lang.String status)
The current operational status of the environment: Launching : Environment is in the process of initial
deployment. |
CreateEnvironmentResult |
withTemplateName(java.lang.String templateName)
The name of the configuration template used to originally launch this environment. |
CreateEnvironmentResult |
withVersionLabel(java.lang.String versionLabel)
The application version deployed in this environment. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateEnvironmentResult()
Method Detail |
---|
public java.lang.String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(java.lang.String environmentName)
Constraints:
Length: 4 - 23
environmentName
- The name of this environment.public CreateEnvironmentResult withEnvironmentName(java.lang.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 java.lang.String getEnvironmentId()
public void setEnvironmentId(java.lang.String environmentId)
environmentId
- The ID of this environment.public CreateEnvironmentResult withEnvironmentId(java.lang.String environmentId)
Returns a reference to this object so that method calls can be chained together.
environmentId
- The ID of this environment.
public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application associated with this environment.public CreateEnvironmentResult withApplicationName(java.lang.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 java.lang.String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(java.lang.String versionLabel)
Constraints:
Length: 1 - 100
versionLabel
- The application version deployed in this environment.public CreateEnvironmentResult withVersionLabel(java.lang.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 java.lang.String getSolutionStackName()
SolutionStack
deployed with this
environment.
Constraints:
Length: 0 - 100
SolutionStack
deployed with this
environment.public void setSolutionStackName(java.lang.String solutionStackName)
SolutionStack
deployed with this
environment.
Constraints:
Length: 0 - 100
solutionStackName
- The name of the SolutionStack
deployed with this
environment.public CreateEnvironmentResult withSolutionStackName(java.lang.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 java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template used to originally launch this
environment.public CreateEnvironmentResult withTemplateName(java.lang.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 java.lang.String getDescription()
Constraints:
Length: 0 - 200
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 200
description
- Describes this environment.public CreateEnvironmentResult withDescription(java.lang.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 java.lang.String getEndpointURL()
public void setEndpointURL(java.lang.String endpointURL)
endpointURL
- The URL to the LoadBalancer for this environment.public CreateEnvironmentResult withEndpointURL(java.lang.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 java.lang.String getCNAME()
Constraints:
Length: 1 - 255
public void setCNAME(java.lang.String cNAME)
Constraints:
Length: 1 - 255
cNAME
- The URL to the CNAME for this environment.public CreateEnvironmentResult withCNAME(java.lang.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 java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
dateCreated
- The creation date for this environment.public CreateEnvironmentResult withDateCreated(java.util.Date dateCreated)
Returns a reference to this object so that method calls can be chained together.
dateCreated
- The creation date for this environment.
public java.util.Date getDateUpdated()
public void setDateUpdated(java.util.Date dateUpdated)
dateUpdated
- The last modified date for this environment.public CreateEnvironmentResult withDateUpdated(java.util.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |