Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.Listener.Builder
Packages that use Listener.Builder
-
Uses of Listener.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return Listener.BuilderModifier and TypeMethodDescriptionstatic Listener.BuilderListener.builder()Listener.Builder.instancePort(Integer instancePort) The port on which the instance is listening.Listener.Builder.instanceProtocol(String instanceProtocol) The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.Listener.Builder.loadBalancerPort(Integer loadBalancerPort) The port on which the load balancer is listening.The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.Listener.Builder.sslCertificateId(String sslCertificateId) The Amazon Resource Name (ARN) of the server certificate.Listener.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type Listener.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Listener.Builder>Listener.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type Listener.BuilderModifier and TypeMethodDescriptiondefault ListenerDescription.BuilderListenerDescription.Builder.listener(Consumer<Listener.Builder> listener) The listener.