Uses of Interface
software.amazon.awssdk.services.mailmanager.model.ExportStatus.Builder
-
Packages that use ExportStatus.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ExportStatus.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ExportStatus.Builder Modifier and Type Method Description static ExportStatus.BuilderExportStatus. builder()ExportStatus.BuilderExportStatus.Builder. completionTimestamp(Instant completionTimestamp)The timestamp of when the export job completed (if finished).ExportStatus.BuilderExportStatus.Builder. errorMessage(String errorMessage)An error message if the export job failed.ExportStatus.BuilderExportStatus.Builder. state(String state)The current state of the export job.ExportStatus.BuilderExportStatus.Builder. state(ExportState state)The current state of the export job.ExportStatus.BuilderExportStatus.Builder. submissionTimestamp(Instant submissionTimestamp)The timestamp of when the export job was submitted.ExportStatus.BuilderExportStatus. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type ExportStatus.Builder Modifier and Type Method Description static Class<? extends ExportStatus.Builder>ExportStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type ExportStatus.Builder Modifier and Type Method Description default ExportSummary.BuilderExportSummary.Builder. status(Consumer<ExportStatus.Builder> status)The current status of the export job.default GetArchiveExportResponse.BuilderGetArchiveExportResponse.Builder. status(Consumer<ExportStatus.Builder> status)The current status of the export job.
-