Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonMixinProps.Builder
Packages that use CfnDaemonMixinProps.Builder
-
Uses of CfnDaemonMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecs
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnDaemonMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnDaemonMixinProps.BuilderCfnDaemonMixinProps.builder()CfnDaemonMixinProps.Builder.capacityProviderArns(List<String> capacityProviderArns) Sets the value ofCfnDaemonMixinProps.getCapacityProviderArns()CfnDaemonMixinProps.Builder.clusterArn(String clusterArn) Sets the value ofCfnDaemonMixinProps.getClusterArn()CfnDaemonMixinProps.Builder.daemonName(String daemonName) Sets the value ofCfnDaemonMixinProps.getDaemonName()CfnDaemonMixinProps.Builder.daemonTaskDefinitionArn(String daemonTaskDefinitionArn) Sets the value ofCfnDaemonMixinProps.getDaemonTaskDefinitionArn()CfnDaemonMixinProps.Builder.deploymentConfiguration(CfnDaemonPropsMixin.DaemonDeploymentConfigurationProperty deploymentConfiguration) Sets the value ofCfnDaemonMixinProps.getDeploymentConfiguration()CfnDaemonMixinProps.Builder.deploymentConfiguration(IResolvable deploymentConfiguration) Sets the value ofCfnDaemonMixinProps.getDeploymentConfiguration()CfnDaemonMixinProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofCfnDaemonMixinProps.getEnableEcsManagedTags()CfnDaemonMixinProps.Builder.enableEcsManagedTags(IResolvable enableEcsManagedTags) Sets the value ofCfnDaemonMixinProps.getEnableEcsManagedTags()CfnDaemonMixinProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofCfnDaemonMixinProps.getEnableExecuteCommand()CfnDaemonMixinProps.Builder.enableExecuteCommand(IResolvable enableExecuteCommand) Sets the value ofCfnDaemonMixinProps.getEnableExecuteCommand()CfnDaemonMixinProps.Builder.propagateTags(String propagateTags) Sets the value ofCfnDaemonMixinProps.getPropagateTags()Sets the value ofCfnDaemonMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ecs with parameters of type CfnDaemonMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnDaemonMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDaemonMixinProps.Builder.