Uses of Class
software.amazon.awscdk.services.arcregionswitch.CfnPlan.EksResourceScalingConfigurationProperty.Builder
Packages that use CfnPlan.EksResourceScalingConfigurationProperty.Builder
Package
Description
AWS::ARCRegionSwitch Construct Library
-
Uses of CfnPlan.EksResourceScalingConfigurationProperty.Builder in software.amazon.awscdk.services.arcregionswitch
Methods in software.amazon.awscdk.services.arcregionswitch that return CfnPlan.EksResourceScalingConfigurationProperty.BuilderModifier and TypeMethodDescriptionCfnPlan.EksResourceScalingConfigurationProperty.builder()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.capacityMonitoringApproach
(String capacityMonitoringApproach) CfnPlan.EksResourceScalingConfigurationProperty.Builder.eksClusters
(List<? extends Object> eksClusters) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getEksClusters()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.eksClusters
(IResolvable eksClusters) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getEksClusters()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.kubernetesResourceType
(IResolvable kubernetesResourceType) CfnPlan.EksResourceScalingConfigurationProperty.Builder.kubernetesResourceType
(CfnPlan.KubernetesResourceTypeProperty kubernetesResourceType) CfnPlan.EksResourceScalingConfigurationProperty.Builder.scalingResources
(List<? extends Object> scalingResources) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getScalingResources()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.scalingResources
(IResolvable scalingResources) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getScalingResources()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.targetPercent
(Number targetPercent) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getTargetPercent()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.timeoutMinutes
(Number timeoutMinutes) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getTimeoutMinutes()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.ungraceful
(IResolvable ungraceful) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getUngraceful()
CfnPlan.EksResourceScalingConfigurationProperty.Builder.ungraceful
(CfnPlan.EksResourceScalingUngracefulProperty ungraceful) Sets the value ofCfnPlan.EksResourceScalingConfigurationProperty.getUngraceful()
Constructors in software.amazon.awscdk.services.arcregionswitch with parameters of type CfnPlan.EksResourceScalingConfigurationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.EksResourceScalingConfigurationProperty.Builder
.