| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.abortableOperationInProgress(Boolean abortableOperationInProgress)
Indicates if there is an in-progress environment configuration update or application version deployment that
you can cancel.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.applicationName(String applicationName)
The name of the application associated with this environment.
|
static EnvironmentDescription.Builder |
EnvironmentDescription.builder() |
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.cname(String cname)
The URL to the CNAME for this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.dateCreated(Instant dateCreated)
The creation date for this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.dateUpdated(Instant dateUpdated)
The last modified date for this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.description(String description)
Describes this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.endpointURL(String endpointURL)
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentArn(String environmentArn)
The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentId(String environmentId)
The ID of this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentLinks(Consumer<EnvironmentLink.Builder>... environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentName(String environmentName)
The name of this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.health(EnvironmentHealth health)
Describes the health status of the environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.health(String health)
Describes the health status of the environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.healthStatus(EnvironmentHealthStatus healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.healthStatus(String healthStatus)
Returns the health status of the application running in your environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.platformArn(String platformArn)
The ARN of the platform.
|
default EnvironmentDescription.Builder |
EnvironmentDescription.Builder.resources(Consumer<EnvironmentResourcesDescription.Builder> resources)
The description of the AWS resources used by this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.resources(EnvironmentResourcesDescription resources)
The description of the AWS resources used by this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.solutionStackName(String solutionStackName)
The name of the
SolutionStack deployed with this environment. |
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.status(EnvironmentStatus status)
The current operational status of the environment:
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.status(String status)
The current operational status of the environment:
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.templateName(String templateName)
The name of the configuration template used to originally launch this environment.
|
default EnvironmentDescription.Builder |
EnvironmentDescription.Builder.tier(Consumer<EnvironmentTier.Builder> tier)
Describes the current tier of this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.tier(EnvironmentTier tier)
Describes the current tier of this environment.
|
EnvironmentDescription.Builder |
EnvironmentDescription.toBuilder() |
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.versionLabel(String versionLabel)
The application version deployed in this environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentDescription.Builder> |
EnvironmentDescription.serializableBuilderClass() |
Copyright © 2019. All rights reserved.