Uses of Interface
software.amazon.awssdk.services.sesv2.model.ExportDestination.Builder
-
Packages that use ExportDestination.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ExportDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportDestination.Builder Modifier and Type Method Description static ExportDestination.BuilderExportDestination. builder()ExportDestination.BuilderExportDestination.Builder. dataFormat(String dataFormat)The data format of the final export job file, can be one of the following:ExportDestination.BuilderExportDestination.Builder. dataFormat(DataFormat dataFormat)The data format of the final export job file, can be one of the following:ExportDestination.BuilderExportDestination.Builder. s3Url(String s3Url)An Amazon S3 pre-signed URL that points to the generated export file.ExportDestination.BuilderExportDestination. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportDestination.Builder Modifier and Type Method Description static Class<? extends ExportDestination.Builder>ExportDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ExportDestination.Builder Modifier and Type Method Description default 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.
-