@Generated(value="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 and Description |
|---|---|
static interface |
Listener.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Listener.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
copypublic 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()
ToCopyableBuildertoBuilder 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.