Uses of Class
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedEc2ServiceProps.Builder
Packages that use ApplicationLoadBalancedEc2ServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancedEc2ServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationLoadBalancedEc2ServiceProps.BuilderModifier and TypeMethodDescriptionApplicationLoadBalancedEc2ServiceProps.builder()ApplicationLoadBalancedEc2ServiceProps.Builder.capacityProviderStrategies(List<? extends CapacityProviderStrategy> capacityProviderStrategies) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCapacityProviderStrategies()ApplicationLoadBalancedEc2ServiceProps.Builder.certificate(ICertificate certificate) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCertificate()ApplicationLoadBalancedEc2ServiceProps.Builder.circuitBreaker(DeploymentCircuitBreaker circuitBreaker) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCircuitBreaker()ApplicationLoadBalancedEc2ServiceProps.Builder.cloudMapOptions(CloudMapOptions cloudMapOptions) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCloudMapOptions()Sets the value ofApplicationLoadBalancedServiceBaseProps.getCluster()Sets the value ofApplicationLoadBalancedEc2ServiceProps.getCpu()ApplicationLoadBalancedEc2ServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDeploymentController()ApplicationLoadBalancedEc2ServiceProps.Builder.desiredCount(Number desiredCount) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDesiredCount()ApplicationLoadBalancedEc2ServiceProps.Builder.domainName(String domainName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDomainName()ApplicationLoadBalancedEc2ServiceProps.Builder.domainZone(IHostedZone domainZone) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDomainZone()ApplicationLoadBalancedEc2ServiceProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofinvalid reference
ApplicationLoadBalancedEc2ServiceProps#getEnableEcsManagedTagsApplicationLoadBalancedEc2ServiceProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofApplicationLoadBalancedServiceBaseProps.getEnableExecuteCommand()ApplicationLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()ApplicationLoadBalancedEc2ServiceProps.Builder.idleTimeout(Duration idleTimeout) Sets the value ofApplicationLoadBalancedServiceBaseProps.getIdleTimeout()ApplicationLoadBalancedEc2ServiceProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getIpAddressType()ApplicationLoadBalancedEc2ServiceProps.Builder.listenerPort(Number listenerPort) Sets the value ofApplicationLoadBalancedServiceBaseProps.getListenerPort()ApplicationLoadBalancedEc2ServiceProps.Builder.loadBalancer(IApplicationLoadBalancer loadBalancer) Sets the value ofApplicationLoadBalancedServiceBaseProps.getLoadBalancer()ApplicationLoadBalancedEc2ServiceProps.Builder.loadBalancerName(String loadBalancerName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getLoadBalancerName()ApplicationLoadBalancedEc2ServiceProps.Builder.maxHealthyPercent(Number maxHealthyPercent) Sets the value ofApplicationLoadBalancedServiceBaseProps.getMaxHealthyPercent()ApplicationLoadBalancedEc2ServiceProps.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofApplicationLoadBalancedEc2ServiceProps.getMemoryLimitMiB()ApplicationLoadBalancedEc2ServiceProps.Builder.memoryReservationMiB(Number memoryReservationMiB) Sets the value ofApplicationLoadBalancedEc2ServiceProps.getMemoryReservationMiB()ApplicationLoadBalancedEc2ServiceProps.Builder.minHealthyPercent(Number minHealthyPercent) Sets the value ofApplicationLoadBalancedServiceBaseProps.getMinHealthyPercent()ApplicationLoadBalancedEc2ServiceProps.Builder.openListener(Boolean openListener) Sets the value ofApplicationLoadBalancedServiceBaseProps.getOpenListener()ApplicationLoadBalancedEc2ServiceProps.Builder.placementConstraints(List<? extends PlacementConstraint> placementConstraints) Sets the value ofApplicationLoadBalancedEc2ServiceProps.getPlacementConstraints()ApplicationLoadBalancedEc2ServiceProps.Builder.placementStrategies(List<? extends PlacementStrategy> placementStrategies) Sets the value ofApplicationLoadBalancedEc2ServiceProps.getPlacementStrategies()ApplicationLoadBalancedEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags) Sets the value ofApplicationLoadBalancedServiceBaseProps.getPropagateTags()ApplicationLoadBalancedEc2ServiceProps.Builder.protocol(ApplicationProtocol protocol) Sets the value ofApplicationLoadBalancedServiceBaseProps.getProtocol()ApplicationLoadBalancedEc2ServiceProps.Builder.protocolVersion(ApplicationProtocolVersion protocolVersion) Sets the value ofApplicationLoadBalancedServiceBaseProps.getProtocolVersion()ApplicationLoadBalancedEc2ServiceProps.Builder.publicLoadBalancer(Boolean publicLoadBalancer) Sets the value ofApplicationLoadBalancedServiceBaseProps.getPublicLoadBalancer()ApplicationLoadBalancedEc2ServiceProps.Builder.recordType(ApplicationLoadBalancedServiceRecordType recordType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getRecordType()ApplicationLoadBalancedEc2ServiceProps.Builder.redirectHttp(Boolean redirectHttp) Sets the value ofinvalid reference
ApplicationLoadBalancedEc2ServiceProps#getRedirectHttpApplicationLoadBalancedEc2ServiceProps.Builder.serviceName(String serviceName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getServiceName()Sets the value ofApplicationLoadBalancedServiceBaseProps.getSslPolicy()ApplicationLoadBalancedEc2ServiceProps.Builder.targetProtocol(ApplicationProtocol targetProtocol) Sets the value ofApplicationLoadBalancedServiceBaseProps.getTargetProtocol()ApplicationLoadBalancedEc2ServiceProps.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofApplicationLoadBalancedEc2ServiceProps.getTaskDefinition()ApplicationLoadBalancedEc2ServiceProps.Builder.taskImageOptions(ApplicationLoadBalancedTaskImageOptions taskImageOptions) Sets the value ofApplicationLoadBalancedServiceBaseProps.getTaskImageOptions()Sets the value ofApplicationLoadBalancedServiceBaseProps.getVpc()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationLoadBalancedEc2ServiceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationLoadBalancedEc2ServiceProps.Builder.