public static interface ExportDestination.Builder extends SdkPojo, CopyableBuilder<ExportDestination.Builder,ExportDestination>
| Modifier and Type | Method and Description |
|---|---|
ExportDestination.Builder |
dataFormat(DataFormat dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination.Builder |
dataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
|
ExportDestination.Builder |
s3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportDestination.Builder dataFormat(String dataFormat)
The data format of the final export job file, can be one of the following:
CSV - A comma-separated values file.
JSON - A Json file.
dataFormat - The data format of the final export job file, can be one of the following:
CSV - A comma-separated values file.
JSON - A Json file.
DataFormat,
DataFormatExportDestination.Builder dataFormat(DataFormat dataFormat)
The data format of the final export job file, can be one of the following:
CSV - A comma-separated values file.
JSON - A Json file.
dataFormat - The data format of the final export job file, can be one of the following:
CSV - A comma-separated values file.
JSON - A Json file.
DataFormat,
DataFormatExportDestination.Builder s3Url(String s3Url)
An Amazon S3 pre-signed URL that points to the generated export file.
s3Url - An Amazon S3 pre-signed URL that points to the generated export file.Copyright © 2023. All rights reserved.