Uses of Class
software.amazon.awscdk.services.ecs.ManagedInstancesCapacityProviderProps.Builder
Packages that use ManagedInstancesCapacityProviderProps.Builder
-
Uses of ManagedInstancesCapacityProviderProps.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ManagedInstancesCapacityProviderProps.BuilderModifier and TypeMethodDescriptionManagedInstancesCapacityProviderProps.builder()
ManagedInstancesCapacityProviderProps.Builder.capacityProviderName
(String capacityProviderName) Sets the value ofManagedInstancesCapacityProviderProps.getCapacityProviderName()
ManagedInstancesCapacityProviderProps.Builder.ec2InstanceProfile
(IInstanceProfile ec2InstanceProfile) Sets the value ofManagedInstancesCapacityProviderProps.getEc2InstanceProfile()
ManagedInstancesCapacityProviderProps.Builder.infrastructureRole
(IRole infrastructureRole) Sets the value ofManagedInstancesCapacityProviderProps.getInfrastructureRole()
ManagedInstancesCapacityProviderProps.Builder.instanceRequirements
(InstanceRequirementsConfig instanceRequirements) Sets the value ofManagedInstancesCapacityProviderProps.getInstanceRequirements()
ManagedInstancesCapacityProviderProps.Builder.monitoring
(InstanceMonitoring monitoring) Sets the value ofManagedInstancesCapacityProviderProps.getMonitoring()
ManagedInstancesCapacityProviderProps.Builder.propagateTags
(PropagateManagedInstancesTags propagateTags) Sets the value ofManagedInstancesCapacityProviderProps.getPropagateTags()
ManagedInstancesCapacityProviderProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofManagedInstancesCapacityProviderProps.getSecurityGroups()
Sets the value ofManagedInstancesCapacityProviderProps.getSubnets()
ManagedInstancesCapacityProviderProps.Builder.taskVolumeStorage
(Size taskVolumeStorage) Sets the value ofManagedInstancesCapacityProviderProps.getTaskVolumeStorage()
Constructors in software.amazon.awscdk.services.ecs with parameters of type ManagedInstancesCapacityProviderProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theManagedInstancesCapacityProviderProps.Builder
.