ToCopyableBuilder<Listener.Builder,Listener>
@Generated("software.amazon.awssdk:codegen") public class Listener extends Object implements ToCopyableBuilder<Listener.Builder,Listener>
Describes the properties of a Listener for the LoadBalancer.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Listener.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Listener.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
port() |
The port that is used by the Listener.
|
String |
protocol() |
The protocol that is used by the Listener.
|
static Class<? extends Listener.Builder> |
serializableBuilderClass() |
|
Listener.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String protocol()
The protocol that is used by the Listener.
public Integer port()
The port that is used by the Listener.
public Listener.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Listener.Builder,Listener>
public static Listener.Builder builder()
public static Class<? extends Listener.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.