Uses of Class
software.amazon.awscdk.services.ecs.ClusterAttributes.Builder
-
Uses of ClusterAttributes.Builder in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionClusterAttributes.Builder.autoscalingGroup
(IAutoScalingGroup autoscalingGroup) Sets the value ofClusterAttributes.getAutoscalingGroup()
static ClusterAttributes.Builder
ClusterAttributes.builder()
ClusterAttributes.Builder.clusterArn
(String clusterArn) Sets the value ofClusterAttributes.getClusterArn()
ClusterAttributes.Builder.clusterName
(String clusterName) Sets the value ofClusterAttributes.getClusterName()
ClusterAttributes.Builder.defaultCloudMapNamespace
(INamespace defaultCloudMapNamespace) Sets the value ofClusterAttributes.getDefaultCloudMapNamespace()
ClusterAttributes.Builder.executeCommandConfiguration
(ExecuteCommandConfiguration executeCommandConfiguration) Sets the value ofClusterAttributes.getExecuteCommandConfiguration()
ClusterAttributes.Builder.hasEc2Capacity
(Boolean hasEc2Capacity) Sets the value ofClusterAttributes.getHasEc2Capacity()
ClusterAttributes.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterAttributes.getSecurityGroups()
Sets the value ofClusterAttributes.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ClusterAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterAttributes.Builder
.