CopyableBuilder<UpdateEnvironmentResponse.Builder,UpdateEnvironmentResponse>, SdkBuilder<UpdateEnvironmentResponse.Builder,UpdateEnvironmentResponse>public static interface UpdateEnvironmentResponse.Builder extends CopyableBuilder<UpdateEnvironmentResponse.Builder,UpdateEnvironmentResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateEnvironmentResponse.Builder |
abortableOperationInProgress(Boolean abortableOperationInProgress) |
Indicates if there is an in-progress environment configuration update or application version deployment that
you can cancel.
|
UpdateEnvironmentResponse.Builder |
applicationName(String applicationName) |
The name of the application associated with this environment.
|
UpdateEnvironmentResponse.Builder |
cname(String cname) |
The URL to the CNAME for this environment.
|
UpdateEnvironmentResponse.Builder |
dateCreated(Date dateCreated) |
The creation date for this environment.
|
UpdateEnvironmentResponse.Builder |
dateUpdated(Date dateUpdated) |
The last modified date for this environment.
|
UpdateEnvironmentResponse.Builder |
description(String description) |
Describes this environment.
|
UpdateEnvironmentResponse.Builder |
endpointURL(String endpointURL) |
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
UpdateEnvironmentResponse.Builder |
environmentId(String environmentId) |
The ID of this environment.
|
UpdateEnvironmentResponse.Builder |
environmentLinks(Collection<EnvironmentLink> environmentLinks) |
A list of links to other environments in the same group.
|
UpdateEnvironmentResponse.Builder |
environmentLinks(EnvironmentLink... environmentLinks) |
A list of links to other environments in the same group.
|
UpdateEnvironmentResponse.Builder |
environmentName(String environmentName) |
The name of this environment.
|
UpdateEnvironmentResponse.Builder |
health(String health) |
Describes the health status of the environment.
|
UpdateEnvironmentResponse.Builder |
health(EnvironmentHealth health) |
Describes the health status of the environment.
|
UpdateEnvironmentResponse.Builder |
healthStatus(String healthStatus) |
Returns the health status of the application running in your environment.
|
UpdateEnvironmentResponse.Builder |
healthStatus(EnvironmentHealthStatus healthStatus) |
Returns the health status of the application running in your environment.
|
UpdateEnvironmentResponse.Builder |
platformArn(String platformArn) |
The ARN of the custom platform.
|
UpdateEnvironmentResponse.Builder |
resources(EnvironmentResourcesDescription resources) |
The description of the AWS resources used by this environment.
|
UpdateEnvironmentResponse.Builder |
solutionStackName(String solutionStackName) |
The name of the
SolutionStack deployed with this environment. |
UpdateEnvironmentResponse.Builder |
status(String status) |
The current operational status of the environment:
|
UpdateEnvironmentResponse.Builder |
status(EnvironmentStatus status) |
The current operational status of the environment:
|
UpdateEnvironmentResponse.Builder |
templateName(String templateName) |
The name of the configuration template used to originally launch this environment.
|
UpdateEnvironmentResponse.Builder |
tier(EnvironmentTier tier) |
Describes the current tier of this environment.
|
UpdateEnvironmentResponse.Builder |
versionLabel(String versionLabel) |
The application version deployed in this environment.
|
copyapply, buildUpdateEnvironmentResponse.Builder environmentName(String environmentName)
The name of this environment.
environmentName - The name of this environment.UpdateEnvironmentResponse.Builder environmentId(String environmentId)
The ID of this environment.
environmentId - The ID of this environment.UpdateEnvironmentResponse.Builder applicationName(String applicationName)
The name of the application associated with this environment.
applicationName - The name of the application associated with this environment.UpdateEnvironmentResponse.Builder versionLabel(String versionLabel)
The application version deployed in this environment.
versionLabel - The application version deployed in this environment.UpdateEnvironmentResponse.Builder solutionStackName(String solutionStackName)
The name of the SolutionStack deployed with this environment.
solutionStackName - The name of the SolutionStack deployed with this environment.UpdateEnvironmentResponse.Builder platformArn(String platformArn)
The ARN of the custom platform.
platformArn - The ARN of the custom platform.UpdateEnvironmentResponse.Builder templateName(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.UpdateEnvironmentResponse.Builder description(String description)
Describes this environment.
description - Describes this environment.UpdateEnvironmentResponse.Builder endpointURL(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.UpdateEnvironmentResponse.Builder cname(String cname)
The URL to the CNAME for this environment.
cname - The URL to the CNAME for this environment.UpdateEnvironmentResponse.Builder dateCreated(Date dateCreated)
The creation date for this environment.
dateCreated - The creation date for this environment.UpdateEnvironmentResponse.Builder dateUpdated(Date dateUpdated)
The last modified date for this environment.
dateUpdated - The last modified date for this environment.UpdateEnvironmentResponse.Builder status(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.
EnvironmentStatusUpdateEnvironmentResponse.Builder status(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.
EnvironmentStatusUpdateEnvironmentResponse.Builder abortableOperationInProgress(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.
UpdateEnvironmentResponse.Builder health(String health)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures
occur for an environment.
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an
environment.
Green: Indicates the environment is healthy and fully functional.
Grey: Default health for a new environment. The environment is not fully launched and health
checks have not started or health checks are suspended during an UpdateEnvironment or
RestartEnvironement request.
Default: Grey
health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for
a running environment:
Red: Indicates the environment is not responsive. Occurs when three or more consecutive
failures occur for an environment.
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for
an environment.
Green: Indicates the environment is healthy and fully functional.
Grey: Default health for a new environment. The environment is not fully launched and
health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement request.
Default: Grey
EnvironmentHealthUpdateEnvironmentResponse.Builder health(EnvironmentHealth health)
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:
Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures
occur for an environment.
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an
environment.
Green: Indicates the environment is healthy and fully functional.
Grey: Default health for a new environment. The environment is not fully launched and health
checks have not started or health checks are suspended during an UpdateEnvironment or
RestartEnvironement request.
Default: Grey
health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for
a running environment:
Red: Indicates the environment is not responsive. Occurs when three or more consecutive
failures occur for an environment.
Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for
an environment.
Green: Indicates the environment is healthy and fully functional.
Grey: Default health for a new environment. The environment is not fully launched and
health checks have not started or health checks are suspended during an UpdateEnvironment
or RestartEnvironement request.
Default: Grey
EnvironmentHealthUpdateEnvironmentResponse.Builder healthStatus(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.EnvironmentHealthStatusUpdateEnvironmentResponse.Builder healthStatus(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.EnvironmentHealthStatusUpdateEnvironmentResponse.Builder resources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
resources - The description of the AWS resources used by this environment.UpdateEnvironmentResponse.Builder tier(EnvironmentTier tier)
Describes the current tier of this environment.
tier - Describes the current tier of this environment.UpdateEnvironmentResponse.Builder environmentLinks(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.UpdateEnvironmentResponse.Builder environmentLinks(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.