Uses of Class
software.amazon.awscdk.services.autoscalingplans.CfnScalingPlanProps.Builder
Package
Description
AWS Auto Scaling Plans Construct Library
-
Uses of CfnScalingPlanProps.Builder in software.amazon.awscdk.services.autoscalingplans
Modifier and TypeMethodDescriptionCfnScalingPlanProps.Builder.applicationSource
(IResolvable applicationSource) Sets the value ofCfnScalingPlanProps.getApplicationSource()
CfnScalingPlanProps.Builder.applicationSource
(CfnScalingPlan.ApplicationSourceProperty applicationSource) Sets the value ofCfnScalingPlanProps.getApplicationSource()
static CfnScalingPlanProps.Builder
CfnScalingPlanProps.builder()
CfnScalingPlanProps.Builder.scalingInstructions
(List<? extends Object> scalingInstructions) Sets the value ofCfnScalingPlanProps.getScalingInstructions()
CfnScalingPlanProps.Builder.scalingInstructions
(IResolvable scalingInstructions) Sets the value ofCfnScalingPlanProps.getScalingInstructions()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnScalingPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScalingPlanProps.Builder
.