Uses of Class
software.amazon.awscdk.services.ecs.patterns.NetworkLoadBalancedEc2ServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of NetworkLoadBalancedEc2ServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionNetworkLoadBalancedEc2ServiceProps.builder()
NetworkLoadBalancedEc2ServiceProps.Builder.circuitBreaker
(DeploymentCircuitBreaker circuitBreaker) Sets the value ofNetworkLoadBalancedServiceBaseProps.getCircuitBreaker()
NetworkLoadBalancedEc2ServiceProps.Builder.cloudMapOptions
(CloudMapOptions cloudMapOptions) Sets the value ofNetworkLoadBalancedServiceBaseProps.getCloudMapOptions()
Sets the value ofNetworkLoadBalancedServiceBaseProps.getCluster()
Sets the value ofNetworkLoadBalancedEc2ServiceProps.getCpu()
NetworkLoadBalancedEc2ServiceProps.Builder.deploymentController
(DeploymentController deploymentController) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDeploymentController()
NetworkLoadBalancedEc2ServiceProps.Builder.desiredCount
(Number desiredCount) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDesiredCount()
NetworkLoadBalancedEc2ServiceProps.Builder.domainName
(String domainName) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDomainName()
NetworkLoadBalancedEc2ServiceProps.Builder.domainZone
(IHostedZone domainZone) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDomainZone()
NetworkLoadBalancedEc2ServiceProps.Builder.enableEcsManagedTags
(Boolean enableEcsManagedTags) Sets the value ofinvalid @link
NetworkLoadBalancedEc2ServiceProps#getEnableEcsManagedTags
NetworkLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod
(Duration healthCheckGracePeriod) Sets the value ofNetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
NetworkLoadBalancedEc2ServiceProps.Builder.listenerPort
(Number listenerPort) Sets the value ofNetworkLoadBalancedServiceBaseProps.getListenerPort()
NetworkLoadBalancedEc2ServiceProps.Builder.loadBalancer
(INetworkLoadBalancer loadBalancer) Sets the value ofNetworkLoadBalancedServiceBaseProps.getLoadBalancer()
NetworkLoadBalancedEc2ServiceProps.Builder.maxHealthyPercent
(Number maxHealthyPercent) Sets the value ofNetworkLoadBalancedServiceBaseProps.getMaxHealthyPercent()
NetworkLoadBalancedEc2ServiceProps.Builder.memoryLimitMiB
(Number memoryLimitMiB) Sets the value ofNetworkLoadBalancedEc2ServiceProps.getMemoryLimitMiB()
NetworkLoadBalancedEc2ServiceProps.Builder.memoryReservationMiB
(Number memoryReservationMiB) Sets the value ofNetworkLoadBalancedEc2ServiceProps.getMemoryReservationMiB()
NetworkLoadBalancedEc2ServiceProps.Builder.minHealthyPercent
(Number minHealthyPercent) Sets the value ofNetworkLoadBalancedServiceBaseProps.getMinHealthyPercent()
NetworkLoadBalancedEc2ServiceProps.Builder.placementConstraints
(List<? extends PlacementConstraint> placementConstraints) Sets the value ofNetworkLoadBalancedEc2ServiceProps.getPlacementConstraints()
NetworkLoadBalancedEc2ServiceProps.Builder.placementStrategies
(List<? extends PlacementStrategy> placementStrategies) Sets the value ofNetworkLoadBalancedEc2ServiceProps.getPlacementStrategies()
NetworkLoadBalancedEc2ServiceProps.Builder.propagateTags
(PropagatedTagSource propagateTags) Sets the value ofNetworkLoadBalancedServiceBaseProps.getPropagateTags()
NetworkLoadBalancedEc2ServiceProps.Builder.publicLoadBalancer
(Boolean publicLoadBalancer) Sets the value ofNetworkLoadBalancedServiceBaseProps.getPublicLoadBalancer()
NetworkLoadBalancedEc2ServiceProps.Builder.recordType
(NetworkLoadBalancedServiceRecordType recordType) Sets the value ofNetworkLoadBalancedServiceBaseProps.getRecordType()
NetworkLoadBalancedEc2ServiceProps.Builder.serviceName
(String serviceName) Sets the value ofNetworkLoadBalancedServiceBaseProps.getServiceName()
NetworkLoadBalancedEc2ServiceProps.Builder.taskDefinition
(Ec2TaskDefinition taskDefinition) Sets the value ofNetworkLoadBalancedEc2ServiceProps.getTaskDefinition()
NetworkLoadBalancedEc2ServiceProps.Builder.taskImageOptions
(NetworkLoadBalancedTaskImageOptions taskImageOptions) Sets the value ofNetworkLoadBalancedServiceBaseProps.getTaskImageOptions()
Sets the value ofNetworkLoadBalancedServiceBaseProps.getVpc()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkLoadBalancedEc2ServiceProps.Builder
.