Interface ExportDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportDestination.Builder,
,ExportDestination> SdkBuilder<ExportDestination.Builder,
,ExportDestination> SdkPojo
- Enclosing class:
ExportDestination
public static interface ExportDestination.Builder
extends SdkPojo, CopyableBuilder<ExportDestination.Builder,ExportDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondataFormat
(String dataFormat) The data format of the final export job file, can be one of the following: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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
s3Url
An Amazon S3 pre-signed URL that points to the generated export file.
- Parameters:
s3Url
- An Amazon S3 pre-signed URL that points to the generated export file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-