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