| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.deploymentId(Long deploymentId)
The ID of the deployment.
|
Deployment.Builder |
Deployment.Builder.deploymentTime(Instant deploymentTime)
For in-progress deployments, the time that the deployment started.
|
Deployment.Builder |
Deployment.Builder.status(String status)
The status of the deployment:
|
Deployment.Builder |
Deployment.toBuilder() |
Deployment.Builder |
Deployment.Builder.versionLabel(String versionLabel)
The version label of the application version in the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SingleInstanceHealth.Builder |
SingleInstanceHealth.Builder.deployment(Consumer<Deployment.Builder> deployment)
Information about the most recent deployment to an instance.
|
Copyright © 2021. All rights reserved.