| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static ECSTarget.Builder |
ECSTarget.builder() |
ECSTarget.Builder |
ECSTarget.Builder.deploymentId(String deploymentId)
The unique ID of a deployment.
|
ECSTarget.Builder |
ECSTarget.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the target Amazon ECS application was updated by a deployment.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(Consumer<LifecycleEvent.Builder>... lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.lifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the deployment to this target Amazon ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.status(String status)
The status an Amazon ECS deployment's target ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.status(TargetStatus status)
The status an Amazon ECS deployment's target ECS application.
|
ECSTarget.Builder |
ECSTarget.Builder.targetArn(String targetArn)
The ARN of the target.
|
ECSTarget.Builder |
ECSTarget.Builder.targetId(String targetId)
The unique ID of a deployment target that has a type of
ecsTarget. |
ECSTarget.Builder |
ECSTarget.Builder.taskSetsInfo(Collection<ECSTaskSet> taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
ECSTarget.Builder |
ECSTarget.Builder.taskSetsInfo(Consumer<ECSTaskSet.Builder>... taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
ECSTarget.Builder |
ECSTarget.Builder.taskSetsInfo(ECSTaskSet... taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
ECSTarget.Builder |
ECSTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ECSTarget.Builder> |
ECSTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentTarget.Builder |
DeploymentTarget.Builder.ecsTarget(Consumer<ECSTarget.Builder> ecsTarget)
Information about the target for a deployment that uses the Amazon ECS compute platform.
|
Copyright © 2020. All rights reserved.