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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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:ExportDestination.Builder
s3Url(String s3Url)
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 Detail
-
dataFormat
ExportDestination.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.
- 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
,DataFormat
-
-
dataFormat
ExportDestination.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.
- 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
,DataFormat
-
-
s3Url
ExportDestination.Builder s3Url(String 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.
-
-