Uses of Interface
software.amazon.awssdk.services.frauddetector.model.IngestedEventStatistics.Builder
-
Packages that use IngestedEventStatistics.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of IngestedEventStatistics.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return IngestedEventStatistics.Builder Modifier and Type Method Description static IngestedEventStatistics.BuilderIngestedEventStatistics. builder()IngestedEventStatistics.BuilderIngestedEventStatistics.Builder. eventDataSizeInBytes(Long eventDataSizeInBytes)The total size of the stored events.IngestedEventStatistics.BuilderIngestedEventStatistics.Builder. lastUpdatedTime(String lastUpdatedTime)Timestamp of when the stored event was last updated.IngestedEventStatistics.BuilderIngestedEventStatistics.Builder. leastRecentEvent(String leastRecentEvent)The oldest stored event.IngestedEventStatistics.BuilderIngestedEventStatistics.Builder. mostRecentEvent(String mostRecentEvent)The newest stored event.IngestedEventStatistics.BuilderIngestedEventStatistics.Builder. numberOfEvents(Long numberOfEvents)The number of stored events.IngestedEventStatistics.BuilderIngestedEventStatistics. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type IngestedEventStatistics.Builder Modifier and Type Method Description static Class<? extends IngestedEventStatistics.Builder>IngestedEventStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type IngestedEventStatistics.Builder Modifier and Type Method Description default EventType.BuilderEventType.Builder. ingestedEventStatistics(Consumer<IngestedEventStatistics.Builder> ingestedEventStatistics)Data about the stored events.
-