@Generated(value="software.amazon.awssdk:codegen") public class ELBInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ELBInfo.Builder,ELBInfo>
Information about a load balancer in Elastic Load Balancing to use in a deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ELBInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ELBInfo.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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() |
String |
toString() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ELBInfo.Builder,ELBInfo>public static ELBInfo.Builder builder()
public static Class<? extends ELBInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.