| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static ECSTaskSet.Builder |
ECSTaskSet.builder() |
ECSTaskSet.Builder |
ECSTaskSet.Builder.desiredCount(Long desiredCount)
The number of tasks in a task set.
|
ECSTaskSet.Builder |
ECSTaskSet.Builder.identifer(String identifer)
A unique ID of an
ECSTaskSet. |
ECSTaskSet.Builder |
ECSTaskSet.Builder.pendingCount(Long pendingCount)
The number of tasks in the task set that are in the
PENDING status during an Amazon ECS
deployment. |
ECSTaskSet.Builder |
ECSTaskSet.Builder.runningCount(Long runningCount)
The number of tasks in the task set that are in the
RUNNING status during an Amazon ECS
deployment. |
ECSTaskSet.Builder |
ECSTaskSet.Builder.status(String status)
The status of the task set.
|
default ECSTaskSet.Builder |
ECSTaskSet.Builder.targetGroup(Consumer<TargetGroupInfo.Builder> targetGroup)
The target group associated with the task set.
|
ECSTaskSet.Builder |
ECSTaskSet.Builder.targetGroup(TargetGroupInfo targetGroup)
The target group associated with the task set.
|
ECSTaskSet.Builder |
ECSTaskSet.Builder.taskSetLabel(String taskSetLabel)
A label that identifies whether the ECS task set is an original target (
BLUE) or a replacement
target (GREEN). |
ECSTaskSet.Builder |
ECSTaskSet.Builder.taskSetLabel(TargetLabel taskSetLabel)
A label that identifies whether the ECS task set is an original target (
BLUE) or a replacement
target (GREEN). |
ECSTaskSet.Builder |
ECSTaskSet.toBuilder() |
ECSTaskSet.Builder |
ECSTaskSet.Builder.trafficWeight(Double trafficWeight)
The percentage of traffic served by this task set.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ECSTaskSet.Builder> |
ECSTaskSet.serializableBuilderClass() |
Copyright © 2020. All rights reserved.