Uses of Class
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancerProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancerProps.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionApplicationLoadBalancerProps.builder()
ApplicationLoadBalancerProps.Builder.domainName
(String domainName) Sets the value ofApplicationLoadBalancerProps.getDomainName()
ApplicationLoadBalancerProps.Builder.domainZone
(IHostedZone domainZone) Sets the value ofApplicationLoadBalancerProps.getDomainZone()
ApplicationLoadBalancerProps.Builder.idleTimeout
(Duration idleTimeout) Sets the value ofApplicationLoadBalancerProps.getIdleTimeout()
ApplicationLoadBalancerProps.Builder.listeners
(List<? extends ApplicationListenerProps> listeners) Sets the value ofApplicationLoadBalancerProps.getListeners()
Sets the value ofApplicationLoadBalancerProps.getName()
ApplicationLoadBalancerProps.Builder.publicLoadBalancer
(Boolean publicLoadBalancer) Sets the value ofApplicationLoadBalancerProps.getPublicLoadBalancer()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationLoadBalancerProps.Builder
.