| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportDestination.Builder |
ExportDestination.builder() |
ExportDestination.Builder |
ExportDestination.Builder.dataFormat(DataFormat dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination.Builder |
ExportDestination.Builder.dataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination.Builder |
ExportDestination.Builder.s3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
|
ExportDestination.Builder |
ExportDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportDestination.Builder> |
ExportDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateExportJobRequest.Builder |
CreateExportJobRequest.Builder.exportDestination(Consumer<ExportDestination.Builder> exportDestination)
The destination for the export job.
|
default GetExportJobResponse.Builder |
GetExportJobResponse.Builder.exportDestination(Consumer<ExportDestination.Builder> exportDestination)
The destination of the export job.
|
Copyright © 2023. All rights reserved.