Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnTaskSetMixinProps.Builder
Packages that use CfnTaskSetMixinProps.Builder
-
Uses of CfnTaskSetMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecs
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnTaskSetMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnTaskSetMixinProps.BuilderCfnTaskSetMixinProps.builder()CfnTaskSetMixinProps.Builder.capacityProviderStrategy(List<? extends Object> capacityProviderStrategy) Sets the value ofCfnTaskSetMixinProps.getCapacityProviderStrategy()CfnTaskSetMixinProps.Builder.capacityProviderStrategy(IResolvable capacityProviderStrategy) Sets the value ofCfnTaskSetMixinProps.getCapacityProviderStrategy()Sets the value ofCfnTaskSetMixinProps.getCluster()CfnTaskSetMixinProps.Builder.externalId(String externalId) Sets the value ofCfnTaskSetMixinProps.getExternalId()CfnTaskSetMixinProps.Builder.launchType(String launchType) Sets the value ofCfnTaskSetMixinProps.getLaunchType()CfnTaskSetMixinProps.Builder.loadBalancers(List<? extends Object> loadBalancers) Sets the value ofCfnTaskSetMixinProps.getLoadBalancers()CfnTaskSetMixinProps.Builder.loadBalancers(IResolvable loadBalancers) Sets the value ofCfnTaskSetMixinProps.getLoadBalancers()CfnTaskSetMixinProps.Builder.networkConfiguration(CfnTaskSetPropsMixin.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnTaskSetMixinProps.getNetworkConfiguration()CfnTaskSetMixinProps.Builder.networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnTaskSetMixinProps.getNetworkConfiguration()CfnTaskSetMixinProps.Builder.platformVersion(String platformVersion) Sets the value ofCfnTaskSetMixinProps.getPlatformVersion()CfnTaskSetMixinProps.Builder.scale(CfnTaskSetPropsMixin.ScaleProperty scale) Sets the value ofCfnTaskSetMixinProps.getScale()CfnTaskSetMixinProps.Builder.scale(IResolvable scale) Sets the value ofCfnTaskSetMixinProps.getScale()Sets the value ofCfnTaskSetMixinProps.getService()CfnTaskSetMixinProps.Builder.serviceRegistries(List<? extends Object> serviceRegistries) Sets the value ofCfnTaskSetMixinProps.getServiceRegistries()CfnTaskSetMixinProps.Builder.serviceRegistries(IResolvable serviceRegistries) Sets the value ofCfnTaskSetMixinProps.getServiceRegistries()Sets the value ofCfnTaskSetMixinProps.getTags()CfnTaskSetMixinProps.Builder.taskDefinition(String taskDefinition) Sets the value ofCfnTaskSetMixinProps.getTaskDefinition()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ecs with parameters of type CfnTaskSetMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnTaskSetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskSetMixinProps.Builder.