public static interface IngestedEventsDetail.Builder extends SdkPojo, CopyableBuilder<IngestedEventsDetail.Builder,IngestedEventsDetail>
| Modifier and Type | Method and Description |
|---|---|
default IngestedEventsDetail.Builder |
ingestedEventsTimeWindow(Consumer<IngestedEventsTimeWindow.Builder> ingestedEventsTimeWindow)
The start and stop time of the ingested events.
|
IngestedEventsDetail.Builder |
ingestedEventsTimeWindow(IngestedEventsTimeWindow ingestedEventsTimeWindow)
The start and stop time of the ingested events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestedEventsDetail.Builder ingestedEventsTimeWindow(IngestedEventsTimeWindow ingestedEventsTimeWindow)
The start and stop time of the ingested events.
ingestedEventsTimeWindow - The start and stop time of the ingested events.default IngestedEventsDetail.Builder ingestedEventsTimeWindow(Consumer<IngestedEventsTimeWindow.Builder> ingestedEventsTimeWindow)
The start and stop time of the ingested events.
This is a convenience method that creates an instance of theIngestedEventsTimeWindow.Builder
avoiding the need to create one manually via IngestedEventsTimeWindow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ingestedEventsTimeWindow(IngestedEventsTimeWindow).
ingestedEventsTimeWindow - a consumer that will call methods on IngestedEventsTimeWindow.BuilderingestedEventsTimeWindow(IngestedEventsTimeWindow)Copyright © 2023. All rights reserved.