Uses of Class
software.amazon.awscdk.services.ecs.patterns.QueueProcessingFargateServiceProps.Builder
Packages that use QueueProcessingFargateServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of QueueProcessingFargateServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return QueueProcessingFargateServiceProps.BuilderModifier and TypeMethodDescriptionQueueProcessingFargateServiceProps.Builder.assignPublicIp(Boolean assignPublicIp) Sets the value ofQueueProcessingFargateServiceProps.getAssignPublicIp()QueueProcessingFargateServiceProps.builder()QueueProcessingFargateServiceProps.Builder.capacityProviderStrategies(List<? extends CapacityProviderStrategy> capacityProviderStrategies) Sets the value ofQueueProcessingServiceBaseProps.getCapacityProviderStrategies()QueueProcessingFargateServiceProps.Builder.circuitBreaker(DeploymentCircuitBreaker circuitBreaker) Sets the value ofQueueProcessingServiceBaseProps.getCircuitBreaker()Sets the value ofQueueProcessingServiceBaseProps.getCluster()Sets the value ofQueueProcessingServiceBaseProps.getCommand()QueueProcessingFargateServiceProps.Builder.containerName(String containerName) Sets the value ofQueueProcessingFargateServiceProps.getContainerName()Sets the value ofQueueProcessingServiceBaseProps.getCooldown()Sets the value ofFargateServiceBaseProps.getCpu()QueueProcessingFargateServiceProps.Builder.cpuTargetUtilizationPercent(Number cpuTargetUtilizationPercent) Sets the value ofQueueProcessingServiceBaseProps.getCpuTargetUtilizationPercent()QueueProcessingFargateServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofQueueProcessingServiceBaseProps.getDeploymentController()QueueProcessingFargateServiceProps.Builder.disableCpuBasedScaling(Boolean disableCpuBasedScaling) Sets the value ofQueueProcessingServiceBaseProps.getDisableCpuBasedScaling()QueueProcessingFargateServiceProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofinvalid reference
QueueProcessingFargateServiceProps#getEnableEcsManagedTagsQueueProcessingFargateServiceProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofQueueProcessingServiceBaseProps.getEnableExecuteCommand()QueueProcessingFargateServiceProps.Builder.enableLogging(Boolean enableLogging) Sets the value ofQueueProcessingServiceBaseProps.getEnableLogging()QueueProcessingFargateServiceProps.Builder.environment(Map<String, String> environment) Sets the value ofQueueProcessingServiceBaseProps.getEnvironment()QueueProcessingFargateServiceProps.Builder.ephemeralStorageGiB(Number ephemeralStorageGiB) Sets the value ofFargateServiceBaseProps.getEphemeralStorageGiB()Sets the value ofQueueProcessingServiceBaseProps.getFamily()QueueProcessingFargateServiceProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofQueueProcessingFargateServiceProps.getHealthCheck()QueueProcessingFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofQueueProcessingFargateServiceProps.getHealthCheckGracePeriod()QueueProcessingFargateServiceProps.Builder.image(ContainerImage image) Sets the value ofQueueProcessingServiceBaseProps.getImage()Sets the value ofQueueProcessingServiceBaseProps.getLogDriver()QueueProcessingFargateServiceProps.Builder.maxHealthyPercent(Number maxHealthyPercent) Sets the value ofQueueProcessingServiceBaseProps.getMaxHealthyPercent()QueueProcessingFargateServiceProps.Builder.maxReceiveCount(Number maxReceiveCount) Sets the value ofQueueProcessingServiceBaseProps.getMaxReceiveCount()QueueProcessingFargateServiceProps.Builder.maxScalingCapacity(Number maxScalingCapacity) Sets the value ofQueueProcessingServiceBaseProps.getMaxScalingCapacity()QueueProcessingFargateServiceProps.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofFargateServiceBaseProps.getMemoryLimitMiB()QueueProcessingFargateServiceProps.Builder.minHealthyPercent(Number minHealthyPercent) Sets the value ofQueueProcessingServiceBaseProps.getMinHealthyPercent()QueueProcessingFargateServiceProps.Builder.minScalingCapacity(Number minScalingCapacity) Sets the value ofQueueProcessingServiceBaseProps.getMinScalingCapacity()QueueProcessingFargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()QueueProcessingFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags) Sets the value ofQueueProcessingServiceBaseProps.getPropagateTags()Sets the value ofQueueProcessingServiceBaseProps.getQueue()QueueProcessingFargateServiceProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofQueueProcessingServiceBaseProps.getRetentionPeriod()QueueProcessingFargateServiceProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()QueueProcessingFargateServiceProps.Builder.scalingSteps(List<? extends ScalingInterval> scalingSteps) Sets the value ofQueueProcessingServiceBaseProps.getScalingSteps()Sets the value ofQueueProcessingServiceBaseProps.getSecrets()QueueProcessingFargateServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofQueueProcessingFargateServiceProps.getSecurityGroups()QueueProcessingFargateServiceProps.Builder.serviceName(String serviceName) Sets the value ofQueueProcessingServiceBaseProps.getServiceName()QueueProcessingFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()QueueProcessingFargateServiceProps.Builder.taskSubnets(SubnetSelection taskSubnets) Sets the value ofQueueProcessingFargateServiceProps.getTaskSubnets()QueueProcessingFargateServiceProps.Builder.visibilityTimeout(Duration visibilityTimeout) Sets the value ofQueueProcessingServiceBaseProps.getVisibilityTimeout()Sets the value ofQueueProcessingServiceBaseProps.getVpc()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type QueueProcessingFargateServiceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theQueueProcessingFargateServiceProps.Builder.