Uses of Interface
software.amazon.awssdk.services.sesv2.model.ExportDestination.Builder
Packages that use ExportDestination.Builder
-
Uses of ExportDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportDestination.BuilderModifier and TypeMethodDescriptionstatic ExportDestination.BuilderExportDestination.builder()ExportDestination.Builder.dataFormat(String dataFormat) The data format of the final export job file, can be one of the following:ExportDestination.Builder.dataFormat(DataFormat dataFormat) The data format of the final export job file, can be one of the following:An Amazon S3 pre-signed URL that points to the generated export file.ExportDestination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportDestination.Builder>ExportDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ExportDestination.BuilderModifier and TypeMethodDescriptiondefault CreateExportJobRequest.BuilderCreateExportJobRequest.Builder.exportDestination(Consumer<ExportDestination.Builder> exportDestination) The destination for the export job.default GetExportJobResponse.BuilderGetExportJobResponse.Builder.exportDestination(Consumer<ExportDestination.Builder> exportDestination) The destination of the export job.