@Generated(value="software.amazon.awssdk:codegen") public class TargetGroupInfo extends Object implements StructuredPojo, ToCopyableBuilder<TargetGroupInfo.Builder,TargetGroupInfo>
Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetGroupInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 registered with.
|
static Class<? extends TargetGroupInfo.Builder> |
serializableBuilderClass() |
TargetGroupInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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 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 completes.
public TargetGroupInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TargetGroupInfo.Builder,TargetGroupInfo>public static TargetGroupInfo.Builder builder()
public static Class<? extends TargetGroupInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.