Package org.cdk8s.plus24.k8s
Interface EventSeriesV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EventSeriesV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.775Z") @Stability(Stable) public interface EventSeriesV1Beta1 extends software.amazon.jsii.JsiiSerializable
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventSeriesV1Beta1.BuilderA builder forEventSeriesV1Beta1static classEventSeriesV1Beta1.Jsii$ProxyAn implementation forEventSeriesV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EventSeriesV1Beta1.Builderbuilder()NumbergetCount()count is the number of occurrences in this series up to the last heartbeat time.InstantgetLastObservedTime()lastObservedTime is the time when last Event from the series was seen before last heartbeat.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @NotNull Number getCount()
count is the number of occurrences in this series up to the last heartbeat time.
-
getLastObservedTime
@Stability(Stable) @NotNull Instant getLastObservedTime()
lastObservedTime is the time when last Event from the series was seen before last heartbeat.
-
builder
@Stability(Stable) static EventSeriesV1Beta1.Builder builder()
- Returns:
- a
EventSeriesV1Beta1.BuilderofEventSeriesV1Beta1
-
-