@Stability(value=External) public static final class CfnScalingPlanProps.Builder extends Object
CfnScalingPlanProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScalingPlanProps.Builder |
applicationSource(CfnScalingPlan.ApplicationSourceProperty applicationSource)
Sets the value of ApplicationSource
|
CfnScalingPlanProps.Builder |
applicationSource(software.amazon.awscdk.core.IResolvable applicationSource)
Sets the value of ApplicationSource
|
CfnScalingPlanProps |
build()
Builds the configured instance.
|
CfnScalingPlanProps.Builder |
scalingInstructions(software.amazon.awscdk.core.IResolvable scalingInstructions)
Sets the value of ScalingInstructions
|
CfnScalingPlanProps.Builder |
scalingInstructions(List<Object> scalingInstructions)
Sets the value of ScalingInstructions
|
@Stability(value=External) public CfnScalingPlanProps.Builder applicationSource(CfnScalingPlan.ApplicationSourceProperty applicationSource)
applicationSource - `AWS::AutoScalingPlans::ScalingPlan.ApplicationSource`. This parameter is required.this@Stability(value=External) public CfnScalingPlanProps.Builder applicationSource(software.amazon.awscdk.core.IResolvable applicationSource)
applicationSource - `AWS::AutoScalingPlans::ScalingPlan.ApplicationSource`. This parameter is required.this@Stability(value=External) public CfnScalingPlanProps.Builder scalingInstructions(software.amazon.awscdk.core.IResolvable scalingInstructions)
scalingInstructions - `AWS::AutoScalingPlans::ScalingPlan.ScalingInstructions`. This parameter is required.this@Stability(value=External) public CfnScalingPlanProps.Builder scalingInstructions(List<Object> scalingInstructions)
scalingInstructions - `AWS::AutoScalingPlans::ScalingPlan.ScalingInstructions`. This parameter is required.this@Stability(value=External) public CfnScalingPlanProps build()
CfnScalingPlanPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.