public static interface LastDeploymentInfo.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>
| Modifier and Type | Method and Description |
|---|---|
LastDeploymentInfo.Builder |
createTime(Date createTime)
A timestamp indicating when the most recent deployment to the deployment group started.
|
LastDeploymentInfo.Builder |
deploymentId(String deploymentId)
The deployment ID.
|
LastDeploymentInfo.Builder |
endTime(Date endTime)
A timestamp indicating when the most recent deployment to the deployment group completed.
|
LastDeploymentInfo.Builder |
status(DeploymentStatus status)
The status of the most recent deployment.
|
LastDeploymentInfo.Builder |
status(String status)
The status of the most recent deployment.
|
copyapply, buildLastDeploymentInfo.Builder deploymentId(String deploymentId)
The deployment ID.
deploymentId - The deployment ID.LastDeploymentInfo.Builder status(String status)
The status of the most recent deployment.
status - The status of the most recent deployment.DeploymentStatusLastDeploymentInfo.Builder status(DeploymentStatus status)
The status of the most recent deployment.
status - The status of the most recent deployment.DeploymentStatusLastDeploymentInfo.Builder endTime(Date endTime)
A timestamp indicating when the most recent deployment to the deployment group completed.
endTime - A timestamp indicating when the most recent deployment to the deployment group completed.LastDeploymentInfo.Builder createTime(Date createTime)
A timestamp indicating when the most recent deployment to the deployment group started.
createTime - A timestamp indicating when the most recent deployment to the deployment group started.Copyright © 2017. All rights reserved.