| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static Listener.Builder |
Listener.builder() |
default Listener.Builder |
Listener.Builder.connectionPool(Consumer<VirtualNodeConnectionPool.Builder> connectionPool)
The connection pool information for the listener.
|
Listener.Builder |
Listener.Builder.connectionPool(VirtualNodeConnectionPool connectionPool)
The connection pool information for the listener.
|
default Listener.Builder |
Listener.Builder.healthCheck(Consumer<HealthCheckPolicy.Builder> healthCheck)
The health check information for the listener.
|
Listener.Builder |
Listener.Builder.healthCheck(HealthCheckPolicy healthCheck)
The health check information for the listener.
|
default Listener.Builder |
Listener.Builder.outlierDetection(Consumer<OutlierDetection.Builder> outlierDetection)
The outlier detection information for the listener.
|
Listener.Builder |
Listener.Builder.outlierDetection(OutlierDetection outlierDetection)
The outlier detection information for the listener.
|
default Listener.Builder |
Listener.Builder.portMapping(Consumer<PortMapping.Builder> portMapping)
The port mapping information for the listener.
|
Listener.Builder |
Listener.Builder.portMapping(PortMapping portMapping)
The port mapping information for the listener.
|
default Listener.Builder |
Listener.Builder.timeout(Consumer<ListenerTimeout.Builder> timeout)
An object that represents timeouts for different protocols.
|
Listener.Builder |
Listener.Builder.timeout(ListenerTimeout timeout)
An object that represents timeouts for different protocols.
|
default Listener.Builder |
Listener.Builder.tls(Consumer<ListenerTls.Builder> tls)
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
Listener.Builder |
Listener.Builder.tls(ListenerTls tls)
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
Listener.Builder |
Listener.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Listener.Builder> |
Listener.serializableBuilderClass() |
Copyright © 2021. All rights reserved.