| 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.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.autoRollbackConfiguration(Consumer<AutoRollbackConfiguration.Builder> 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.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for this deployment.
|
static DeploymentInfo.Builder |
DeploymentInfo.builder() |
DeploymentInfo.Builder |
DeploymentInfo.Builder.completeTime(Instant completeTime)
A timestamp that indicates when the deployment was complete.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
DeploymentInfo.Builder |
DeploymentInfo.Builder.computePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
DeploymentInfo.Builder |
DeploymentInfo.Builder.createTime(Instant createTime)
A timestamp that indicates 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 unique ID of a deployment.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentOverview(Consumer<DeploymentOverview.Builder> deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentOverview(DeploymentOverview deploymentOverview)
A summary of the deployment status of the instances in the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentStatusMessages(Collection<String> deploymentStatusMessages)
Messages that contain information about the status of a deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentStatusMessages(String... deploymentStatusMessages)
Messages that contain information about the status of a deployment.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.deploymentStyle(Consumer<DeploymentStyle.Builder> 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.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.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.errorInformation(Consumer<ErrorInformation.Builder> errorInformation)
Information about any error associated with this deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.errorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.externalId(String externalId)
The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to 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 an
ApplicationStop, BeforeBlockTraffic, or
AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues
to the next 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.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.loadBalancerInfo(Consumer<LoadBalancerInfo.Builder> loadBalancerInfo)
Information about the load balancer used in the deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.loadBalancerInfo(LoadBalancerInfo loadBalancerInfo)
Information about the load balancer used in the deployment.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.previousRevision(Consumer<RevisionLocation.Builder> previousRevision)
Information about the application revision that was deployed to the deployment group before the most recent
successful 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.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.relatedDeployments(Consumer<RelatedDeployments.Builder> relatedDeployments)
Sets the value of the RelatedDeployments property for this object.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.relatedDeployments(RelatedDeployments relatedDeployments)
Sets the value of the RelatedDeployments property for this object.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.revision(Consumer<RevisionLocation.Builder> revision)
Information about the location of stored application artifacts and the service from which to retrieve them.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.revision(RevisionLocation revision)
Information about the location of stored application artifacts and the service from which to retrieve them.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.rollbackInfo(Consumer<RollbackInfo.Builder> rollbackInfo)
Information about a deployment rollback.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.rollbackInfo(RollbackInfo rollbackInfo)
Information about a deployment rollback.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.startTime(Instant startTime)
A timestamp that indicates 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.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.targetInstances(Consumer<TargetInstances.Builder> targetInstances)
Information about the instances that belong to the replacement environment in a blue/green deployment.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.deploymentInfo(Consumer<DeploymentInfo.Builder> deploymentInfo)
Information about the deployment.
|
Copyright © 2021. All rights reserved.