@Stability(value=Experimental) public static final class ArbitraryIntervals.Builder extends Object implements software.amazon.jsii.Builder<ArbitraryIntervals>
ArbitraryIntervals| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ArbitraryIntervals.Builder |
absolute(Boolean absolute)
Sets the value of
ArbitraryIntervals.getAbsolute() |
ArbitraryIntervals |
build()
Builds the configured instance.
|
ArbitraryIntervals.Builder |
intervals(List<? extends ScalingInterval> intervals)
Sets the value of
ArbitraryIntervals.getIntervals() |
@Stability(value=Experimental) public ArbitraryIntervals.Builder absolute(Boolean absolute)
ArbitraryIntervals.getAbsolute()absolute - the value to be set. This parameter is required.this@Stability(value=Experimental) public ArbitraryIntervals.Builder intervals(List<? extends ScalingInterval> intervals)
ArbitraryIntervals.getIntervals()intervals - the value to be set. This parameter is required.this@Stability(value=Experimental) public ArbitraryIntervals build()
build in interface software.amazon.jsii.Builder<ArbitraryIntervals>ArbitraryIntervalsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.