Uses of Interface
software.amazon.awssdk.services.sesv2.model.ExportJobSummary.Builder
-
Packages that use ExportJobSummary.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ExportJobSummary.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportJobSummary.Builder Modifier and Type Method Description static ExportJobSummary.BuilderExportJobSummary. builder()ExportJobSummary.BuilderExportJobSummary.Builder. completedTimestamp(Instant completedTimestamp)The timestamp of when the export job was completed.ExportJobSummary.BuilderExportJobSummary.Builder. createdTimestamp(Instant createdTimestamp)The timestamp of when the export job was created.ExportJobSummary.BuilderExportJobSummary.Builder. exportSourceType(String exportSourceType)The source type of the export job.ExportJobSummary.BuilderExportJobSummary.Builder. exportSourceType(ExportSourceType exportSourceType)The source type of the export job.ExportJobSummary.BuilderExportJobSummary.Builder. jobId(String jobId)The export job ID.ExportJobSummary.BuilderExportJobSummary.Builder. jobStatus(String jobStatus)The status of the export job.ExportJobSummary.BuilderExportJobSummary.Builder. jobStatus(JobStatus jobStatus)The status of the export job.ExportJobSummary.BuilderExportJobSummary. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportJobSummary.Builder Modifier and Type Method Description static Class<? extends ExportJobSummary.Builder>ExportJobSummary. serializableBuilderClass()
-