Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetExportJobResponse.Builder
Packages that use GetExportJobResponse.Builder
-
Uses of GetExportJobResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetExportJobResponse.BuilderModifier and TypeMethodDescriptionstatic GetExportJobResponse.BuilderGetExportJobResponse.builder()GetExportJobResponse.Builder.completedTimestamp(Instant completedTimestamp) The timestamp of when the export job was completed.GetExportJobResponse.Builder.createdTimestamp(Instant createdTimestamp) The timestamp of when the export job was created.default GetExportJobResponse.BuilderGetExportJobResponse.Builder.exportDataSource(Consumer<ExportDataSource.Builder> exportDataSource) The data source of the export job.GetExportJobResponse.Builder.exportDataSource(ExportDataSource exportDataSource) The data source of the export job.default GetExportJobResponse.BuilderGetExportJobResponse.Builder.exportDestination(Consumer<ExportDestination.Builder> exportDestination) The destination of the export job.GetExportJobResponse.Builder.exportDestination(ExportDestination exportDestination) The destination of the export job.GetExportJobResponse.Builder.exportSourceType(String exportSourceType) The type of source of the export job.GetExportJobResponse.Builder.exportSourceType(ExportSourceType exportSourceType) The type of source of the export job.default GetExportJobResponse.BuilderGetExportJobResponse.Builder.failureInfo(Consumer<FailureInfo.Builder> failureInfo) The failure details about an export job.GetExportJobResponse.Builder.failureInfo(FailureInfo failureInfo) The failure details about an export job.The export job ID.The status of the export job.The status of the export job.default GetExportJobResponse.BuilderGetExportJobResponse.Builder.statistics(Consumer<ExportStatistics.Builder> statistics) The statistics about the export job.GetExportJobResponse.Builder.statistics(ExportStatistics statistics) The statistics about the export job.GetExportJobResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetExportJobResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExportJobResponse.Builder>GetExportJobResponse.serializableBuilderClass()