Uses of Class
software.amazon.awscdk.services.events.CfnRule.EcsParametersProperty.Builder
-
Uses of CfnRule.EcsParametersProperty.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionCfnRule.EcsParametersProperty.builder()
CfnRule.EcsParametersProperty.Builder.capacityProviderStrategy
(List<? extends Object> capacityProviderStrategy) Sets the value ofCfnRule.EcsParametersProperty.getCapacityProviderStrategy()
CfnRule.EcsParametersProperty.Builder.capacityProviderStrategy
(IResolvable capacityProviderStrategy) Sets the value ofCfnRule.EcsParametersProperty.getCapacityProviderStrategy()
CfnRule.EcsParametersProperty.Builder.enableEcsManagedTags
(Boolean enableEcsManagedTags) Sets the value ofCfnRule.EcsParametersProperty.getEnableEcsManagedTags()
CfnRule.EcsParametersProperty.Builder.enableEcsManagedTags
(IResolvable enableEcsManagedTags) Sets the value ofCfnRule.EcsParametersProperty.getEnableEcsManagedTags()
CfnRule.EcsParametersProperty.Builder.enableExecuteCommand
(Boolean enableExecuteCommand) Sets the value ofCfnRule.EcsParametersProperty.getEnableExecuteCommand()
CfnRule.EcsParametersProperty.Builder.enableExecuteCommand
(IResolvable enableExecuteCommand) Sets the value ofCfnRule.EcsParametersProperty.getEnableExecuteCommand()
Sets the value ofCfnRule.EcsParametersProperty.getGroup()
CfnRule.EcsParametersProperty.Builder.launchType
(String launchType) Sets the value ofCfnRule.EcsParametersProperty.getLaunchType()
CfnRule.EcsParametersProperty.Builder.networkConfiguration
(IResolvable networkConfiguration) Sets the value ofCfnRule.EcsParametersProperty.getNetworkConfiguration()
CfnRule.EcsParametersProperty.Builder.networkConfiguration
(CfnRule.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnRule.EcsParametersProperty.getNetworkConfiguration()
CfnRule.EcsParametersProperty.Builder.placementConstraints
(List<? extends Object> placementConstraints) Sets the value ofCfnRule.EcsParametersProperty.getPlacementConstraints()
CfnRule.EcsParametersProperty.Builder.placementConstraints
(IResolvable placementConstraints) Sets the value ofCfnRule.EcsParametersProperty.getPlacementConstraints()
CfnRule.EcsParametersProperty.Builder.placementStrategies
(List<? extends Object> placementStrategies) Sets the value ofCfnRule.EcsParametersProperty.getPlacementStrategies()
CfnRule.EcsParametersProperty.Builder.placementStrategies
(IResolvable placementStrategies) Sets the value ofCfnRule.EcsParametersProperty.getPlacementStrategies()
CfnRule.EcsParametersProperty.Builder.platformVersion
(String platformVersion) Sets the value ofCfnRule.EcsParametersProperty.getPlatformVersion()
CfnRule.EcsParametersProperty.Builder.propagateTags
(String propagateTags) Sets the value ofCfnRule.EcsParametersProperty.getPropagateTags()
CfnRule.EcsParametersProperty.Builder.referenceId
(String referenceId) Sets the value ofCfnRule.EcsParametersProperty.getReferenceId()
Sets the value ofCfnRule.EcsParametersProperty.getTagList()
CfnRule.EcsParametersProperty.Builder.tagList
(IResolvable tagList) Sets the value ofCfnRule.EcsParametersProperty.getTagList()
Sets the value ofCfnRule.EcsParametersProperty.getTaskCount()
CfnRule.EcsParametersProperty.Builder.taskDefinitionArn
(String taskDefinitionArn) Sets the value ofCfnRule.EcsParametersProperty.getTaskDefinitionArn()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.EcsParametersProperty.Builder
.