Interface IngestedEventsDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngestedEventsDetail.Builder,IngestedEventsDetail>,SdkBuilder<IngestedEventsDetail.Builder,IngestedEventsDetail>,SdkPojo
- Enclosing class:
- IngestedEventsDetail
public static interface IngestedEventsDetail.Builder extends SdkPojo, CopyableBuilder<IngestedEventsDetail.Builder,IngestedEventsDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IngestedEventsDetail.BuilderingestedEventsTimeWindow(Consumer<IngestedEventsTimeWindow.Builder> ingestedEventsTimeWindow)The start and stop time of the ingested events.IngestedEventsDetail.BuilderingestedEventsTimeWindow(IngestedEventsTimeWindow ingestedEventsTimeWindow)The start and stop time of the ingested events.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ingestedEventsTimeWindow
IngestedEventsDetail.Builder ingestedEventsTimeWindow(IngestedEventsTimeWindow ingestedEventsTimeWindow)
The start and stop time of the ingested events.
- Parameters:
ingestedEventsTimeWindow- The start and stop time of the ingested events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestedEventsTimeWindow
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.Builderavoiding the need to create one manually viaIngestedEventsTimeWindow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestedEventsTimeWindow(IngestedEventsTimeWindow).- Parameters:
ingestedEventsTimeWindow- a consumer that will call methods onIngestedEventsTimeWindow.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestedEventsTimeWindow(IngestedEventsTimeWindow)
-
-