| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupInfo.Builder |
TargetGroupInfo.builder() |
TargetGroupInfo.Builder |
TargetGroupInfo.Builder.name(String name)
For blue/green deployments, the name of the target group that instances in the original environment are
deregistered from, and instances in the replacement environment are registered with.
|
TargetGroupInfo.Builder |
TargetGroupInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetGroupInfo.Builder> |
TargetGroupInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ECSTaskSet.Builder |
ECSTaskSet.Builder.targetGroup(Consumer<TargetGroupInfo.Builder> targetGroup)
The target group associated with the task set.
|
Copyright © 2021. All rights reserved.