| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceTarget.Builder |
InstanceTarget.builder() |
InstanceTarget.Builder |
InstanceTarget.Builder.deploymentId(String deploymentId)
The unique ID of a deployment.
|
InstanceTarget.Builder |
InstanceTarget.Builder.instanceLabel(String instanceLabel)
A label that identifies whether the instance is an original target (
BLUE) or a replacement
target (GREEN). |
InstanceTarget.Builder |
InstanceTarget.Builder.instanceLabel(TargetLabel instanceLabel)
A label that identifies whether the instance is an original target (
BLUE) or a replacement
target (GREEN). |
InstanceTarget.Builder |
InstanceTarget.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the target instance was updated by a deployment.
|
InstanceTarget.Builder |
InstanceTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
InstanceTarget.Builder |
InstanceTarget.Builder.lifecycleEvents(Consumer<LifecycleEvent.Builder>... lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
InstanceTarget.Builder |
InstanceTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target instance.
|
InstanceTarget.Builder |
InstanceTarget.Builder.status(String status)
The status an EC2/On-premises deployment's target instance.
|
InstanceTarget.Builder |
InstanceTarget.Builder.status(TargetStatus status)
The status an EC2/On-premises deployment's target instance.
|
InstanceTarget.Builder |
InstanceTarget.Builder.targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target.
|
InstanceTarget.Builder |
InstanceTarget.Builder.targetId(String targetId)
The unique ID of a deployment target that has a type of
instanceTarget. |
InstanceTarget.Builder |
InstanceTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceTarget.Builder> |
InstanceTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.instanceTarget(Consumer<InstanceTarget.Builder> instanceTarget)
Information about the target for a deployment that uses the EC2/On-premises compute platform.
|
Copyright © 2021. All rights reserved.