@Stability(value=Experimental) public static final class CompleteScalingInterval.Builder extends Object implements software.amazon.jsii.Builder<CompleteScalingInterval>
CompleteScalingInterval| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CompleteScalingInterval |
build()
Builds the configured instance.
|
CompleteScalingInterval.Builder |
change(Number change)
Sets the value of
CompleteScalingInterval.getChange() |
CompleteScalingInterval.Builder |
lower(Number lower)
Sets the value of
CompleteScalingInterval.getLower() |
CompleteScalingInterval.Builder |
upper(Number upper)
Sets the value of
CompleteScalingInterval.getUpper() |
@Stability(value=Experimental) public CompleteScalingInterval.Builder lower(Number lower)
CompleteScalingInterval.getLower()lower - the value to be set. This parameter is required.this@Stability(value=Experimental) public CompleteScalingInterval.Builder upper(Number upper)
CompleteScalingInterval.getUpper()upper - the value to be set. This parameter is required.this@Stability(value=Experimental) public CompleteScalingInterval.Builder change(Number change)
CompleteScalingInterval.getChange()change - the value to be set.this@Stability(value=Experimental) public CompleteScalingInterval build()
build in interface software.amazon.jsii.Builder<CompleteScalingInterval>CompleteScalingIntervalNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.