Interface IngestedEventsTimeWindow.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngestedEventsTimeWindow.Builder,IngestedEventsTimeWindow>,SdkBuilder<IngestedEventsTimeWindow.Builder,IngestedEventsTimeWindow>,SdkPojo
- Enclosing class:
- IngestedEventsTimeWindow
public static interface IngestedEventsTimeWindow.Builder extends SdkPojo, CopyableBuilder<IngestedEventsTimeWindow.Builder,IngestedEventsTimeWindow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestedEventsTimeWindow.BuilderendTime(String endTime)Timestamp of the final ingested event.IngestedEventsTimeWindow.BuilderstartTime(String startTime)Timestamp of the first ingensted event.-
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
-
startTime
IngestedEventsTimeWindow.Builder startTime(String startTime)
Timestamp of the first ingensted event.
- Parameters:
startTime- Timestamp of the first ingensted event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
IngestedEventsTimeWindow.Builder endTime(String endTime)
Timestamp of the final ingested event.
- Parameters:
endTime- Timestamp of the final ingested event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-