| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo.Builder |
DeploymentInfo.Builder.additionalDeploymentStatusInfo(String additionalDeploymentStatusInfo)
Provides information about the results of a deployment, such as whether instances in the original environment
in a blue/green deployment were not terminated.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.applicationName(String applicationName)
The application name.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.autoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)
Information about the automatic rollback configuration associated with the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.blueGreenDeploymentConfiguration(BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration)
Information about blue/green deployment options for this deployment.
|
static DeploymentInfo.Builder |
DeploymentInfo.builder() |
DeploymentInfo.Builder |
DeploymentInfo.Builder.completeTime(Date completeTime)
A timestamp indicating when the deployment was complete.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.createTime(Date createTime)
A timestamp indicating when the deployment was created.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.creator(DeploymentCreator creator)
The means by which the deployment was created:
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.creator(String creator)
The means by which the deployment was created:
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentGroupName(String deploymentGroupName)
The deployment group name.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentId(String deploymentId)
The deployment ID.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentStyle(DeploymentStyle deploymentStyle)
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route
deployment traffic behind a load balancer.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.description(String description)
A comment about the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.errorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.fileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but
weren't part of the previous successful deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.fileExistsBehavior(String fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but
weren't part of the previous successful deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.ignoreApplicationStopFailures(Boolean ignoreApplicationStopFailures)
If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail,
the deployment to that instance will not be considered to have failed at that point and will continue on to
the BeforeInstall deployment lifecycle event.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.instanceTerminationWaitTimeStarted(Boolean instanceTerminationWaitTimeStarted)
Indicates whether the wait period set for the termination of instances in the original environment has
started.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.loadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
Information about the load balancer used in the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.previousRevision(RevisionLocation previousRevision)
Information about the application revision that was deployed to the deployment group before the most recent
successful deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.revision(RevisionLocation revision)
Information about the location of stored application artifacts and the service from which to retrieve them.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.rollbackInfo(RollbackInfo rollbackInfo)
Information about a deployment rollback.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.startTime(Date startTime)
A timestamp indicating when the deployment was deployed to the deployment group.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.status(DeploymentStatus status)
The current state of the deployment as a whole.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.status(String status)
The current state of the deployment as a whole.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.targetInstances(TargetInstances targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.toBuilder() |
DeploymentInfo.Builder |
DeploymentInfo.Builder.updateOutdatedInstancesOnly(Boolean updateOutdatedInstancesOnly)
Indicates whether only instances that are not running the latest application revision are to be deployed to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentInfo.Builder> |
DeploymentInfo.serializableBuilderClass() |
Copyright © 2017. All rights reserved.