Uses of Class
software.amazon.awscdk.services.ecs.ClusterProps.Builder
Packages that use ClusterProps.Builder
-
Uses of ClusterProps.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ClusterProps.BuilderModifier and TypeMethodDescriptionstatic ClusterProps.Builder
ClusterProps.builder()
ClusterProps.Builder.capacity
(AddCapacityOptions capacity) Sets the value ofClusterProps.getCapacity()
ClusterProps.Builder.clusterName
(String clusterName) Sets the value ofClusterProps.getClusterName()
ClusterProps.Builder.containerInsights
(Boolean containerInsights) Deprecated.ClusterProps.Builder.containerInsightsV2
(ContainerInsights containerInsightsV2) Sets the value ofClusterProps.getContainerInsightsV2()
ClusterProps.Builder.defaultCloudMapNamespace
(CloudMapNamespaceOptions defaultCloudMapNamespace) Sets the value ofClusterProps.getDefaultCloudMapNamespace()
ClusterProps.Builder.enableFargateCapacityProviders
(Boolean enableFargateCapacityProviders) Sets the value ofClusterProps.getEnableFargateCapacityProviders()
ClusterProps.Builder.executeCommandConfiguration
(ExecuteCommandConfiguration executeCommandConfiguration) Sets the value ofClusterProps.getExecuteCommandConfiguration()
ClusterProps.Builder.managedStorageConfiguration
(ManagedStorageConfiguration managedStorageConfiguration) Sets the value ofClusterProps.getManagedStorageConfiguration()
Sets the value ofClusterProps.getVpc()
Constructors in software.amazon.awscdk.services.ecs with parameters of type ClusterProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterProps.Builder
.
containerInsightsV2