Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.BaseApplicationListenerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of BaseApplicationListenerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theBaseApplicationListenerProps.Builder
.