static UpdateListenerRequest.Builder |
UpdateListenerRequest.builder() |
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.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.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.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.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.listenerArn(String listenerArn) |
The Amazon Resource Name (ARN) of the listener to update.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.portRanges(Collection<PortRange> portRanges) |
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.portRanges(Consumer<PortRange.Builder>... portRanges) |
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.portRanges(PortRange... portRanges) |
The updated list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.protocol(String protocol) |
The updated protocol for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.protocol(Protocol protocol) |
The updated protocol for the connections from clients to the accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.toBuilder() |
|