Interface TargetGroupInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetGroupInfo.Builder,TargetGroupInfo>,SdkBuilder<TargetGroupInfo.Builder,TargetGroupInfo>,SdkPojo
- Enclosing class:
- TargetGroupInfo
public static interface TargetGroupInfo.Builder extends SdkPojo, CopyableBuilder<TargetGroupInfo.Builder,TargetGroupInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetGroupInfo.Buildername(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
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. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
- Parameters:
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. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-