@Generated(value="software.amazon.awssdk:codegen") public final class ELBInfo extends Object implements StructuredPojo, ToCopyableBuilder<ELBInfo.Builder,ELBInfo>
Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.
Modifier and Type | Class and Description |
---|---|
static interface |
ELBInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static ELBInfo.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 load balancer that will be used to route traffic from original
instances to replacement instances in a blue/green deployment.
|
static Class<? extends ELBInfo.Builder> |
serializableBuilderClass() |
ELBInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.
public ELBInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ELBInfo.Builder,ELBInfo>
public static ELBInfo.Builder builder()
public static Class<? extends ELBInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.