@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:25.202Z") @Stability(value=Experimental) 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=Experimental) @NotNull Number getLower()
@Stability(value=Experimental) @NotNull Number getUpper()
@Stability(value=Experimental) @Nullable default Number getChange()
@Stability(value=Experimental) static CompleteScalingInterval.Builder builder()
CompleteScalingInterval.Builder of CompleteScalingIntervalCopyright © 2022. All rights reserved.