ToCopyableBuilder<Listener.Builder,Listener>
@Generated("software.amazon.awssdk:codegen") public class Listener extends Object implements ToCopyableBuilder<Listener.Builder,Listener>
Information about a listener.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Listener.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Listener.Builder |
builder() |
|
List<Certificate> |
certificates() |
The SSL server certificate.
|
List<Action> |
defaultActions() |
The default actions for the listener.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
listenerArn() |
The Amazon Resource Name (ARN) of the listener.
|
String |
loadBalancerArn() |
The Amazon Resource Name (ARN) of the load balancer.
|
Integer |
port() |
The port on which the load balancer is listening.
|
String |
protocol() |
The protocol for connections from clients to the load balancer.
|
static Class<? extends Listener.Builder> |
serializableBuilderClass() |
|
String |
sslPolicy() |
The security policy that defines which ciphers and protocols are supported.
|
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 listenerArn()
The Amazon Resource Name (ARN) of the listener.
public String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public Integer port()
The port on which the load balancer is listening.
public String protocol()
The protocol for connections from clients to the load balancer.
ProtocolEnum
public List<Certificate> certificates()
The SSL server certificate. You must provide a certificate if the protocol is HTTPS.
public String sslPolicy()
The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
public List<Action> defaultActions()
The default actions for 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.