Uses of Interface
software.amazon.awssdk.services.sesv2.model.MessageInsightsDataSource.Builder
Packages that use MessageInsightsDataSource.Builder
-
Uses of MessageInsightsDataSource.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return MessageInsightsDataSource.BuilderModifier and TypeMethodDescriptionMessageInsightsDataSource.builder()Represents the end date for the export interval as a timestamp.MessageInsightsDataSource.Builder.exclude(Consumer<MessageInsightsFilters.Builder> exclude) Filters for results to be excluded from the export file.MessageInsightsDataSource.Builder.exclude(MessageInsightsFilters exclude) Filters for results to be excluded from the export file.MessageInsightsDataSource.Builder.include(Consumer<MessageInsightsFilters.Builder> include) Filters for results to be included in the export file.MessageInsightsDataSource.Builder.include(MessageInsightsFilters include) Filters for results to be included in the export file.MessageInsightsDataSource.Builder.maxResults(Integer maxResults) The maximum number of results.Represents the start date for the export interval as a timestamp.MessageInsightsDataSource.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type MessageInsightsDataSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MessageInsightsDataSource.Builder>MessageInsightsDataSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type MessageInsightsDataSource.BuilderModifier and TypeMethodDescriptiondefault ExportDataSource.BuilderExportDataSource.Builder.messageInsightsDataSource(Consumer<MessageInsightsDataSource.Builder> messageInsightsDataSource) Sets the value of the MessageInsightsDataSource property for this object.