ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.assetDestinations(Collection<AssetDestinationEntry> assetDestinations) |
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.assetDestinations(Consumer<AssetDestinationEntry.Builder>... assetDestinations) |
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.assetDestinations(AssetDestinationEntry... assetDestinations) |
The destination in Amazon S3 where the asset is exported.
|
static ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.builder() |
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.dataSetId(String dataSetId) |
The unique identifier for the data set associated with this export job.
|
default ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.encryption(Consumer<ExportServerSideEncryption.Builder> encryption) |
Encryption configuration of the export job.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.encryption(ExportServerSideEncryption encryption) |
Encryption configuration of the export job.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.Builder.revisionId(String revisionId) |
The unique identifier for the revision associated with this export response.
|
ExportAssetsToS3ResponseDetails.Builder |
ExportAssetsToS3ResponseDetails.toBuilder() |
|