@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentDescription extends Object implements Serializable, Cloneable
Describes the properties of an environment.
Constructor and Description |
---|
EnvironmentDescription() |
Modifier and Type | Method and Description |
---|---|
EnvironmentDescription |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you
can cancel.
|
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 |
getEnvironmentArn()
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
|
String |
getEnvironmentId()
The ID of this environment.
|
List<EnvironmentLink> |
getEnvironmentLinks()
A list of links to other environments in the same group.
|
String |
getEnvironmentName()
The name of this environment.
|
String |
getHealth()
Describes the health status of the environment.
|
String |
getHealthStatus()
Returns the health status of the application running in your environment.
|
String |
getOperationsRole()
The Amazon Resource Name (ARN) of the environment's operations role.
|
String |
getPlatformArn()
The ARN of the platform version.
|
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:
|
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() |
Boolean |
isAbortableOperationInProgress()
Indicates if there is an in-progress environment configuration update or application version deployment that you
can cancel.
|
void |
setAbortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that you
can cancel.
|
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 |
setEnvironmentArn(String environmentArn)
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
|
void |
setEnvironmentId(String environmentId)
The ID of this environment.
|
void |
setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
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 |
setHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
void |
setHealthStatus(String healthStatus)
Returns the health status of the application running in your environment.
|
void |
setOperationsRole(String operationsRole)
The Amazon Resource Name (ARN) of the environment's operations role.
|
void |
setPlatformArn(String platformArn)
The ARN of the platform version.
|
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:
|
void |
setStatus(String status)
The current operational status of the environment:
|
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.
|
EnvironmentDescription |
withAbortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that you
can cancel.
|
EnvironmentDescription |
withApplicationName(String applicationName)
The name of the application associated with this environment.
|
EnvironmentDescription |
withCNAME(String cNAME)
The URL to the CNAME for this environment.
|
EnvironmentDescription |
withDateCreated(Date dateCreated)
The creation date for this environment.
|
EnvironmentDescription |
withDateUpdated(Date dateUpdated)
The last modified date for this environment.
|
EnvironmentDescription |
withDescription(String description)
Describes this environment.
|
EnvironmentDescription |
withEndpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
EnvironmentDescription |
withEnvironmentArn(String environmentArn)
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
|
EnvironmentDescription |
withEnvironmentId(String environmentId)
The ID of this environment.
|
EnvironmentDescription |
withEnvironmentLinks(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(String environmentName)
The name of this environment.
|
EnvironmentDescription |
withHealth(EnvironmentHealth health)
Describes the health status of the environment.
|
EnvironmentDescription |
withHealth(String health)
Describes the health status of the environment.
|
EnvironmentDescription |
withHealthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription |
withHealthStatus(String healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription |
withOperationsRole(String operationsRole)
The Amazon Resource Name (ARN) of the environment's operations role.
|
EnvironmentDescription |
withPlatformArn(String platformArn)
The ARN of the platform version.
|
EnvironmentDescription |
withResources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
EnvironmentDescription |
withSolutionStackName(String solutionStackName)
The name of the
SolutionStack deployed with this environment. |
EnvironmentDescription |
withStatus(EnvironmentStatus status)
The current operational status of the environment:
|
EnvironmentDescription |
withStatus(String status)
The current operational status of the environment:
|
EnvironmentDescription |
withTemplateName(String templateName)
The name of the configuration template used to originally launch this environment.
|
EnvironmentDescription |
withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
EnvironmentDescription |
withVersionLabel(String versionLabel)
The application version deployed in this environment.
|
public void setEnvironmentName(String environmentName)
The name of this environment.
environmentName
- The name of this environment.public String getEnvironmentName()
The name of this environment.
public EnvironmentDescription withEnvironmentName(String environmentName)
The name of this environment.
environmentName
- The name of this environment.public void setEnvironmentId(String environmentId)
The ID of this environment.
environmentId
- The ID of this environment.public String getEnvironmentId()
The ID of this environment.
public EnvironmentDescription withEnvironmentId(String environmentId)
The ID of this environment.
environmentId
- The ID of this environment.public void setApplicationName(String applicationName)
The name of the application associated with this environment.
applicationName
- The name of the application associated with this environment.public String getApplicationName()
The name of the application associated with this environment.
public EnvironmentDescription withApplicationName(String applicationName)
The name of the application associated with this environment.
applicationName
- The name of the application associated with this environment.public void setVersionLabel(String versionLabel)
The application version deployed in this environment.
versionLabel
- The application version deployed in this environment.public String getVersionLabel()
The application version deployed in this environment.
public EnvironmentDescription withVersionLabel(String versionLabel)
The application version deployed in this environment.
versionLabel
- The application version deployed in this environment.public void setSolutionStackName(String solutionStackName)
The name of the SolutionStack
deployed with this environment.
solutionStackName
- The name of the SolutionStack
deployed with this environment.public String getSolutionStackName()
The name of the SolutionStack
deployed with this environment.
SolutionStack
deployed with this environment.public EnvironmentDescription withSolutionStackName(String solutionStackName)
The name of the SolutionStack
deployed with this environment.
solutionStackName
- The name of the SolutionStack
deployed with this environment.public void setPlatformArn(String platformArn)
The ARN of the platform version.
platformArn
- The ARN of the platform version.public String getPlatformArn()
The ARN of the platform version.
public EnvironmentDescription withPlatformArn(String platformArn)
The ARN of the platform version.
platformArn
- The ARN of the platform version.public void setTemplateName(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 String getTemplateName()
The name of the configuration template used to originally launch this environment.
public EnvironmentDescription withTemplateName(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(String description)
Describes this environment.
description
- Describes this environment.public String getDescription()
Describes this environment.
public EnvironmentDescription withDescription(String description)
Describes this environment.
description
- Describes this environment.public void setEndpointURL(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 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(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(String cNAME)
The URL to the CNAME for this environment.
cNAME
- The URL to the CNAME for this environment.public String getCNAME()
The URL to the CNAME for this environment.
public EnvironmentDescription withCNAME(String cNAME)
The URL to the CNAME for this environment.
cNAME
- The URL to the CNAME for this environment.public void setDateCreated(Date dateCreated)
The creation date for this environment.
dateCreated
- The creation date for this environment.public Date getDateCreated()
The creation date for this environment.
public EnvironmentDescription withDateCreated(Date dateCreated)
The creation date for this environment.
dateCreated
- The creation date for this environment.public void setDateUpdated(Date dateUpdated)
The last modified date for this environment.
dateUpdated
- The last modified date for this environment.public Date getDateUpdated()
The last modified date for this environment.
public EnvironmentDescription withDateUpdated(Date dateUpdated)
The last modified date for this environment.
dateUpdated
- The last modified date for this environment.public void setStatus(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 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(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(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 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(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 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(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
RestartEnvironment
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
RestartEnvironment
request.
Default: Grey
EnvironmentHealth
public 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
RestartEnvironment
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
RestartEnvironment
request.
Default: Grey
EnvironmentHealth
public EnvironmentDescription withHealth(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
RestartEnvironment
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
RestartEnvironment
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
RestartEnvironment
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
RestartEnvironment
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
RestartEnvironment
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
RestartEnvironment
request.
Default: Grey
EnvironmentHealth
public void setHealthStatus(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 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(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 List<EnvironmentLink> getEnvironmentLinks()
A list of links to other environments in the same group.
public void setEnvironmentLinks(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(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 void setEnvironmentArn(String environmentArn)
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
environmentArn
- The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.public String getEnvironmentArn()
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
public EnvironmentDescription withEnvironmentArn(String environmentArn)
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
environmentArn
- The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.public void setOperationsRole(String operationsRole)
The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
operationsRole
- The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles
in the AWS Elastic Beanstalk Developer Guide.public String getOperationsRole()
The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
public EnvironmentDescription withOperationsRole(String operationsRole)
The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
operationsRole
- The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles
in the AWS Elastic Beanstalk Developer Guide.public String toString()
toString
in class Object
Object.toString()
public EnvironmentDescription clone()