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