@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.826Z") @Stability(value=Stable) public interface CompleteScalingInterval extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.common.*;
CompleteScalingInterval completeScalingInterval = CompleteScalingInterval.builder()
.lower(123)
.upper(123)
// the properties below are optional
.change(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CompleteScalingInterval.Builder
A builder for
CompleteScalingInterval |
static class |
CompleteScalingInterval.Jsii$Proxy
An implementation for
CompleteScalingInterval |
| Modifier and Type | Method and Description |
|---|---|
static CompleteScalingInterval.Builder |
builder() |
default Number |
getChange() |
Number |
getLower() |
Number |
getUpper() |
@Stability(value=Stable) @NotNull Number getLower()
@Stability(value=Stable) @NotNull Number getUpper()
@Stability(value=Stable) @Nullable default Number getChange()
@Stability(value=Stable) static CompleteScalingInterval.Builder builder()
CompleteScalingInterval.Builder of CompleteScalingIntervalCopyright © 2022. All rights reserved.