Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.BaseApplicationListenerProps.Builder
Packages that use BaseApplicationListenerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of BaseApplicationListenerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return BaseApplicationListenerProps.BuilderModifier and TypeMethodDescriptionBaseApplicationListenerProps.builder()
BaseApplicationListenerProps.Builder.certificates
(List<? extends IListenerCertificate> certificates) Sets the value ofBaseApplicationListenerProps.getCertificates()
BaseApplicationListenerProps.Builder.defaultAction
(ListenerAction defaultAction) Sets the value ofBaseApplicationListenerProps.getDefaultAction()
BaseApplicationListenerProps.Builder.defaultTargetGroups
(List<? extends IApplicationTargetGroup> defaultTargetGroups) Sets the value ofBaseApplicationListenerProps.getDefaultTargetGroups()
BaseApplicationListenerProps.Builder.mutualAuthentication
(MutualAuthentication mutualAuthentication) Sets the value ofBaseApplicationListenerProps.getMutualAuthentication()
Sets the value ofBaseApplicationListenerProps.getOpen()
Sets the value ofBaseApplicationListenerProps.getPort()
BaseApplicationListenerProps.Builder.protocol
(ApplicationProtocol protocol) Sets the value ofBaseApplicationListenerProps.getProtocol()
Sets the value ofBaseApplicationListenerProps.getSslPolicy()
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type BaseApplicationListenerProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theBaseApplicationListenerProps.Builder
.