Uses of Class
software.amazon.awscdk.services.ecs.patterns.NetworkMultipleTargetGroupsEc2ServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of NetworkMultipleTargetGroupsEc2ServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionNetworkMultipleTargetGroupsEc2ServiceProps.builder()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.cloudMapOptions
(CloudMapOptions cloudMapOptions) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getCloudMapOptions()
Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getCluster()
Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getCpu()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.desiredCount
(Number desiredCount) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getDesiredCount()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.enableEcsManagedTags
(Boolean enableEcsManagedTags) Sets the value ofinvalid @link
NetworkMultipleTargetGroupsEc2ServiceProps#getEnableEcsManagedTags
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.enableExecuteCommand
(Boolean enableExecuteCommand) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getEnableExecuteCommand()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod
(Duration healthCheckGracePeriod) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.loadBalancers
(List<? extends NetworkLoadBalancerProps> loadBalancers) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getLoadBalancers()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.memoryLimitMiB
(Number memoryLimitMiB) Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getMemoryLimitMiB()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.memoryReservationMiB
(Number memoryReservationMiB) Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getMemoryReservationMiB()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.placementConstraints
(List<? extends PlacementConstraint> placementConstraints) Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getPlacementConstraints()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.placementStrategies
(List<? extends PlacementStrategy> placementStrategies) Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getPlacementStrategies()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.propagateTags
(PropagatedTagSource propagateTags) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getPropagateTags()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.serviceName
(String serviceName) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getServiceName()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.targetGroups
(List<? extends NetworkTargetProps> targetGroups) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getTargetGroups()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.taskDefinition
(Ec2TaskDefinition taskDefinition) Sets the value ofNetworkMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.taskImageOptions
(NetworkLoadBalancedTaskImageProps taskImageOptions) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getTaskImageOptions()
Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getVpc()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkMultipleTargetGroupsEc2ServiceProps.Builder
.