Package org.cdk8s.plus24.k8s
Interface IdRangeV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdRangeV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.802Z") @Stability(Stable) public interface IdRangeV1Beta1 extends software.amazon.jsii.JsiiSerializable
IDRange provides a min/max of an allowed range of IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdRangeV1Beta1.BuilderA builder forIdRangeV1Beta1static classIdRangeV1Beta1.Jsii$ProxyAn implementation forIdRangeV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IdRangeV1Beta1.Builderbuilder()NumbergetMax()max is the end of the range, inclusive.NumbergetMin()min is the start of the range, inclusive.
-
-
-
Method Detail
-
getMax
@Stability(Stable) @NotNull Number getMax()
max is the end of the range, inclusive.
-
getMin
@Stability(Stable) @NotNull Number getMin()
min is the start of the range, inclusive.
-
builder
@Stability(Stable) static IdRangeV1Beta1.Builder builder()
- Returns:
- a
IdRangeV1Beta1.BuilderofIdRangeV1Beta1
-
-