| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static LastDeploymentInfo.Builder |
LastDeploymentInfo.builder() |
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.createTime(Instant createTime)
A timestamp that indicates when the most recent deployment to the deployment group started.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.deploymentId(String deploymentId)
The unique ID of a deployment.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.endTime(Instant endTime)
A timestamp that indicates when the most recent deployment to the deployment group was complete.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.status(DeploymentStatus status)
The status of the most recent deployment.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.status(String status)
The status of the most recent deployment.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastDeploymentInfo.Builder> |
LastDeploymentInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastAttemptedDeployment(Consumer<LastDeploymentInfo.Builder> lastAttemptedDeployment)
Information about the most recent attempted deployment to the deployment group.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.lastSuccessfulDeployment(Consumer<LastDeploymentInfo.Builder> lastSuccessfulDeployment)
Information about the most recent successful deployment to the deployment group.
|
Copyright © 2023. All rights reserved.