| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static LastDeploymentInfo.Builder |
LastDeploymentInfo.builder() |
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.createTime(Date createTime)
A timestamp indicating when the most recent deployment to the deployment group started.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.deploymentId(String deploymentId)
The deployment ID.
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.endTime(Date endTime)
A timestamp indicating when the most recent deployment to the deployment group completed.
|
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() |
Copyright © 2017. All rights reserved.