static Listener.Builder |
Listener.builder() |
|
Listener.Builder |
Listener.Builder.clientAffinity(String clientAffinity) |
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful
applications, regardless of the port and protocol of the client request.
|
Listener.Builder |
Listener.Builder.clientAffinity(ClientAffinity clientAffinity) |
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful
applications, regardless of the port and protocol of the client request.
|
Listener.Builder |
Listener.Builder.listenerArn(String listenerArn) |
The Amazon Resource Name (ARN) of the listener.
|
Listener.Builder |
Listener.Builder.portRanges(Collection<PortRange> portRanges) |
The list of port ranges for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.portRanges(Consumer<PortRange.Builder>... portRanges) |
The list of port ranges for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.portRanges(PortRange... portRanges) |
The list of port ranges for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.protocol(String protocol) |
The protocol for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.protocol(Protocol protocol) |
The protocol for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.toBuilder() |
|