@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.826Z") @Stability(value=Stable) public interface ArbitraryIntervals 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.*;
ArbitraryIntervals arbitraryIntervals = ArbitraryIntervals.builder()
.absolute(false)
.intervals(List.of(ScalingInterval.builder()
.change(123)
// the properties below are optional
.lower(123)
.upper(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArbitraryIntervals.Builder
A builder for
ArbitraryIntervals |
static class |
ArbitraryIntervals.Jsii$Proxy
An implementation for
ArbitraryIntervals |
| Modifier and Type | Method and Description |
|---|---|
static ArbitraryIntervals.Builder |
builder() |
Boolean |
getAbsolute() |
List<ScalingInterval> |
getIntervals() |
@Stability(value=Stable) @NotNull Boolean getAbsolute()
@Stability(value=Stable) @NotNull List<ScalingInterval> getIntervals()
@Stability(value=Stable) static ArbitraryIntervals.Builder builder()
ArbitraryIntervals.Builder of ArbitraryIntervalsCopyright © 2022. All rights reserved.