public static interface ExportAssetsToS3RequestDetails.Builder extends SdkPojo, CopyableBuilder<ExportAssetsToS3RequestDetails.Builder,ExportAssetsToS3RequestDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportAssetsToS3RequestDetails.Builder assetDestinations(Collection<AssetDestinationEntry> assetDestinations)
The destination for the asset.
assetDestinations - The destination for the asset.ExportAssetsToS3RequestDetails.Builder assetDestinations(AssetDestinationEntry... assetDestinations)
The destination for the asset.
assetDestinations - The destination for the asset.ExportAssetsToS3RequestDetails.Builder assetDestinations(Consumer<AssetDestinationEntry.Builder>... assetDestinations)
The destination for the asset.
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) ExportAssetsToS3RequestDetails.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.ExportAssetsToS3RequestDetails.Builder encryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
encryption - Encryption configuration for the export job.default ExportAssetsToS3RequestDetails.Builder encryption(Consumer<ExportServerSideEncryption.Builder> encryption)
Encryption configuration for 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)ExportAssetsToS3RequestDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this export request.
revisionId - The unique identifier for the revision associated with this export request.Copyright © 2023. All rights reserved.