| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.applicationMetrics(ApplicationMetrics applicationMetrics)
Request metrics from your application.
|
default SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.applicationMetrics(Consumer<ApplicationMetrics.Builder> applicationMetrics)
Request metrics from your application.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.availabilityZone(String availabilityZone)
The availability zone in which the instance runs.
|
static SingleInstanceHealth.Builder |
SingleInstanceHealth.builder() |
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.causes(Collection<String> causes)
Represents the causes, which provide more information about the current health status.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.causes(String... causes)
Represents the causes, which provide more information about the current health status.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.color(String color)
Represents the color indicator that gives you information about the health of the EC2 instance.
|
default SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.deployment(Consumer<Deployment.Builder> deployment)
Information about the most recent deployment to an instance.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.deployment(Deployment deployment)
Information about the most recent deployment to an instance.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.healthStatus(String healthStatus)
Returns the health status of the specified instance.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.instanceId(String instanceId)
The ID of the Amazon EC2 instance.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.instanceType(String instanceType)
The instance's type.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.launchedAt(Instant launchedAt)
The time at which the EC2 instance was launched.
|
default SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.system(Consumer<SystemStatus.Builder> system)
Operating system metrics from the instance.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.system(SystemStatus system)
Operating system metrics from the instance.
|
SingleInstanceHealth.Builder |
SingleInstanceHealth.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SingleInstanceHealth.Builder> |
SingleInstanceHealth.serializableBuilderClass() |
Copyright © 2020. All rights reserved.