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.73.0 (build 6faeda3)", date="2023-01-26T02:32:35.035Z") @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 class
EventSeriesV1Beta1.Builder
A builder forEventSeriesV1Beta1
static class
EventSeriesV1Beta1.Jsii$Proxy
An implementation forEventSeriesV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EventSeriesV1Beta1.Builder
builder()
Number
getCount()
count is the number of occurrences in this series up to the last heartbeat time.Instant
getLastObservedTime()
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.Builder
ofEventSeriesV1Beta1
-
-