Uses of Interface
software.amazon.awssdk.services.codedeploy.model.LastDeploymentInfo.Builder
-
Packages that use LastDeploymentInfo.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of LastDeploymentInfo.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return LastDeploymentInfo.Builder Modifier and Type Method Description static LastDeploymentInfo.BuilderLastDeploymentInfo. builder()LastDeploymentInfo.BuilderLastDeploymentInfo.Builder. createTime(Instant createTime)A timestamp that indicates when the most recent deployment to the deployment group started.LastDeploymentInfo.BuilderLastDeploymentInfo.Builder. deploymentId(String deploymentId)The unique ID of a deployment.LastDeploymentInfo.BuilderLastDeploymentInfo.Builder. endTime(Instant endTime)A timestamp that indicates when the most recent deployment to the deployment group was complete.LastDeploymentInfo.BuilderLastDeploymentInfo.Builder. status(String status)The status of the most recent deployment.LastDeploymentInfo.BuilderLastDeploymentInfo.Builder. status(DeploymentStatus status)The status of the most recent deployment.LastDeploymentInfo.BuilderLastDeploymentInfo. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type LastDeploymentInfo.Builder Modifier and Type Method Description static Class<? extends LastDeploymentInfo.Builder>LastDeploymentInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type LastDeploymentInfo.Builder Modifier and Type Method Description default DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. lastAttemptedDeployment(Consumer<LastDeploymentInfo.Builder> lastAttemptedDeployment)Information about the most recent attempted deployment to the deployment group.default DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. lastSuccessfulDeployment(Consumer<LastDeploymentInfo.Builder> lastSuccessfulDeployment)Information about the most recent successful deployment to the deployment group.
-