StructuredPojo
, ToCopyableBuilder<ELBInfo.Builder,ELBInfo>
@Generated("software.amazon.awssdk:codegen") public class ELBInfo extends Object implements StructuredPojo, ToCopyableBuilder<ELBInfo.Builder,ELBInfo>
Information about a load balancer in Elastic Load Balancing to use in a deployment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ELBInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ELBInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
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.