Uses of Interface
software.amazon.awssdk.services.sesv2.model.ImportJobSummary.Builder
Packages that use ImportJobSummary.Builder
-
Uses of ImportJobSummary.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ImportJobSummary.BuilderModifier and TypeMethodDescriptionstatic ImportJobSummary.BuilderImportJobSummary.builder()ImportJobSummary.Builder.createdTimestamp(Instant createdTimestamp) The date and time when the import job was created.ImportJobSummary.Builder.failedRecordsCount(Integer failedRecordsCount) The number of records that failed processing because of invalid input or other reasons.default ImportJobSummary.BuilderImportJobSummary.Builder.importDestination(Consumer<ImportDestination.Builder> importDestination) Sets the value of the ImportDestination property for this object.ImportJobSummary.Builder.importDestination(ImportDestination importDestination) Sets the value of the ImportDestination property for this object.Sets the value of the JobId property for this object.Sets the value of the JobStatus property for this object.Sets the value of the JobStatus property for this object.ImportJobSummary.Builder.processedRecordsCount(Integer processedRecordsCount) The current number of records processed.ImportJobSummary.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ImportJobSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportJobSummary.Builder>ImportJobSummary.serializableBuilderClass()