Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServiceMixinProps.Builder
Packages that use CfnServiceMixinProps.Builder
-
Uses of CfnServiceMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecs
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnServiceMixinProps.BuilderModifier and TypeMethodDescriptionCfnServiceMixinProps.Builder.availabilityZoneRebalancing(String availabilityZoneRebalancing) Sets the value ofCfnServiceMixinProps.getAvailabilityZoneRebalancing()static CfnServiceMixinProps.BuilderCfnServiceMixinProps.builder()CfnServiceMixinProps.Builder.capacityProviderStrategy(List<? extends Object> capacityProviderStrategy) Sets the value ofCfnServiceMixinProps.getCapacityProviderStrategy()CfnServiceMixinProps.Builder.capacityProviderStrategy(IResolvable capacityProviderStrategy) Sets the value ofCfnServiceMixinProps.getCapacityProviderStrategy()Sets the value ofCfnServiceMixinProps.getCluster()CfnServiceMixinProps.Builder.cluster(IClusterRef cluster) Sets the value ofCfnServiceMixinProps.getCluster()CfnServiceMixinProps.Builder.deploymentConfiguration(CfnServicePropsMixin.DeploymentConfigurationProperty deploymentConfiguration) Sets the value ofCfnServiceMixinProps.getDeploymentConfiguration()CfnServiceMixinProps.Builder.deploymentConfiguration(IResolvable deploymentConfiguration) Sets the value ofCfnServiceMixinProps.getDeploymentConfiguration()CfnServiceMixinProps.Builder.deploymentController(CfnServicePropsMixin.DeploymentControllerProperty deploymentController) Sets the value ofCfnServiceMixinProps.getDeploymentController()CfnServiceMixinProps.Builder.deploymentController(IResolvable deploymentController) Sets the value ofCfnServiceMixinProps.getDeploymentController()CfnServiceMixinProps.Builder.desiredCount(Number desiredCount) Sets the value ofCfnServiceMixinProps.getDesiredCount()CfnServiceMixinProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofCfnServiceMixinProps.getEnableEcsManagedTags()CfnServiceMixinProps.Builder.enableEcsManagedTags(IResolvable enableEcsManagedTags) Sets the value ofCfnServiceMixinProps.getEnableEcsManagedTags()CfnServiceMixinProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofCfnServiceMixinProps.getEnableExecuteCommand()CfnServiceMixinProps.Builder.enableExecuteCommand(IResolvable enableExecuteCommand) Sets the value ofCfnServiceMixinProps.getEnableExecuteCommand()CfnServiceMixinProps.Builder.forceNewDeployment(CfnServicePropsMixin.ForceNewDeploymentProperty forceNewDeployment) Sets the value ofCfnServiceMixinProps.getForceNewDeployment()CfnServiceMixinProps.Builder.forceNewDeployment(IResolvable forceNewDeployment) Sets the value ofCfnServiceMixinProps.getForceNewDeployment()CfnServiceMixinProps.Builder.healthCheckGracePeriodSeconds(Number healthCheckGracePeriodSeconds) Sets the value ofCfnServiceMixinProps.getHealthCheckGracePeriodSeconds()CfnServiceMixinProps.Builder.launchType(String launchType) Sets the value ofCfnServiceMixinProps.getLaunchType()CfnServiceMixinProps.Builder.loadBalancers(List<? extends Object> loadBalancers) Sets the value ofCfnServiceMixinProps.getLoadBalancers()CfnServiceMixinProps.Builder.loadBalancers(IResolvable loadBalancers) Sets the value ofCfnServiceMixinProps.getLoadBalancers()CfnServiceMixinProps.Builder.networkConfiguration(CfnServicePropsMixin.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnServiceMixinProps.getNetworkConfiguration()CfnServiceMixinProps.Builder.networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnServiceMixinProps.getNetworkConfiguration()CfnServiceMixinProps.Builder.placementConstraints(List<? extends Object> placementConstraints) Sets the value ofCfnServiceMixinProps.getPlacementConstraints()CfnServiceMixinProps.Builder.placementConstraints(IResolvable placementConstraints) Sets the value ofCfnServiceMixinProps.getPlacementConstraints()CfnServiceMixinProps.Builder.placementStrategies(List<? extends Object> placementStrategies) Sets the value ofCfnServiceMixinProps.getPlacementStrategies()CfnServiceMixinProps.Builder.placementStrategies(IResolvable placementStrategies) Sets the value ofCfnServiceMixinProps.getPlacementStrategies()CfnServiceMixinProps.Builder.platformVersion(String platformVersion) Sets the value ofCfnServiceMixinProps.getPlatformVersion()CfnServiceMixinProps.Builder.propagateTags(String propagateTags) Sets the value ofCfnServiceMixinProps.getPropagateTags()Sets the value ofCfnServiceMixinProps.getRole()Sets the value ofCfnServiceMixinProps.getRole()CfnServiceMixinProps.Builder.schedulingStrategy(String schedulingStrategy) Sets the value ofCfnServiceMixinProps.getSchedulingStrategy()CfnServiceMixinProps.Builder.serviceConnectConfiguration(CfnServicePropsMixin.ServiceConnectConfigurationProperty serviceConnectConfiguration) Sets the value ofCfnServiceMixinProps.getServiceConnectConfiguration()CfnServiceMixinProps.Builder.serviceConnectConfiguration(IResolvable serviceConnectConfiguration) Sets the value ofCfnServiceMixinProps.getServiceConnectConfiguration()CfnServiceMixinProps.Builder.serviceName(String serviceName) Sets the value ofCfnServiceMixinProps.getServiceName()CfnServiceMixinProps.Builder.serviceRegistries(List<? extends Object> serviceRegistries) Sets the value ofCfnServiceMixinProps.getServiceRegistries()CfnServiceMixinProps.Builder.serviceRegistries(IResolvable serviceRegistries) Sets the value ofCfnServiceMixinProps.getServiceRegistries()Sets the value ofCfnServiceMixinProps.getTags()CfnServiceMixinProps.Builder.taskDefinition(String taskDefinition) Sets the value ofCfnServiceMixinProps.getTaskDefinition()CfnServiceMixinProps.Builder.taskDefinition(ITaskDefinitionRef taskDefinition) Sets the value ofCfnServiceMixinProps.getTaskDefinition()CfnServiceMixinProps.Builder.volumeConfigurations(List<? extends Object> volumeConfigurations) Sets the value ofCfnServiceMixinProps.getVolumeConfigurations()CfnServiceMixinProps.Builder.volumeConfigurations(IResolvable volumeConfigurations) Sets the value ofCfnServiceMixinProps.getVolumeConfigurations()CfnServiceMixinProps.Builder.vpcLatticeConfigurations(List<? extends Object> vpcLatticeConfigurations) Sets the value ofCfnServiceMixinProps.getVpcLatticeConfigurations()CfnServiceMixinProps.Builder.vpcLatticeConfigurations(IResolvable vpcLatticeConfigurations) Sets the value ofCfnServiceMixinProps.getVpcLatticeConfigurations()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ecs with parameters of type CfnServiceMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnServiceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceMixinProps.Builder.