public static interface ExportAssetsToS3ResponseDetails.Builder extends SdkPojo, CopyableBuilder<ExportAssetsToS3ResponseDetails.Builder,ExportAssetsToS3ResponseDetails>
| Modifier and Type | Method and Description |
|---|---|
ExportAssetsToS3ResponseDetails.Builder |
assetDestinations(AssetDestinationEntry... assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails.Builder |
assetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails.Builder |
assetDestinations(Consumer<AssetDestinationEntry.Builder>... assetDestinations)
The destination in Amazon S3 where the asset is exported.
|
ExportAssetsToS3ResponseDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
default ExportAssetsToS3ResponseDetails.Builder |
encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration of the export job.
|
ExportAssetsToS3ResponseDetails.Builder |
encryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
ExportAssetsToS3ResponseDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportAssetsToS3ResponseDetails.Builder assetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination in Amazon S3 where the asset is exported.
assetDestinations - The destination in Amazon S3 where the asset is exported.ExportAssetsToS3ResponseDetails.Builder assetDestinations(AssetDestinationEntry... assetDestinations)
The destination in Amazon S3 where the asset is exported.
assetDestinations - The destination in Amazon S3 where the asset is exported.ExportAssetsToS3ResponseDetails.Builder assetDestinations(Consumer<AssetDestinationEntry.Builder>... assetDestinations)
The destination in Amazon S3 where the asset is exported.
This is a convenience method that creates an instance of theAssetDestinationEntry.Builder avoiding the need to
create one manually via
AssetDestinationEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetDestinations(List.
assetDestinations - a consumer that will call methods on
AssetDestinationEntry.Builder#assetDestinations(java.util.Collection) ExportAssetsToS3ResponseDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId - The unique identifier for the data set associated with this export job.ExportAssetsToS3ResponseDetails.Builder encryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
encryption - Encryption configuration of the export job.default ExportAssetsToS3ResponseDetails.Builder encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration of the export job.
This is a convenience method that creates an instance of theExportServerSideEncryption.Builder
avoiding the need to create one manually via ExportServerSideEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryption(ExportServerSideEncryption).
encryption - a consumer that will call methods on ExportServerSideEncryption.Builderencryption(ExportServerSideEncryption)ExportAssetsToS3ResponseDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this export response.
revisionId - The unique identifier for the revision associated with this export response.Copyright © 2023. All rights reserved.