public static interface LastDeploymentInfo.Builder extends CopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>
| Modifier and Type | Method and Description |
|---|---|
LastDeploymentInfo.Builder |
createTime(Instant 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(Instant 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.DeploymentStatus,
DeploymentStatusLastDeploymentInfo.Builder status(DeploymentStatus status)
The status of the most recent deployment.
status - The status of the most recent deployment.DeploymentStatus,
DeploymentStatusLastDeploymentInfo.Builder endTime(Instant 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(Instant 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 Amazon Web Services, Inc. All Rights Reserved.