public static interface ImportAssetsFromS3RequestDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetsFromS3RequestDetails.Builder,ImportAssetsFromS3RequestDetails>
| Modifier and Type | Method and Description |
|---|---|
ImportAssetsFromS3RequestDetails.Builder |
assetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails.Builder |
assetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails.Builder |
assetSources(Consumer<AssetSourceEntry.Builder>... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetsFromS3RequestDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this import request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetsFromS3RequestDetails.Builder assetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
assetSources - Is a list of Amazon S3 bucket and object key pairs.ImportAssetsFromS3RequestDetails.Builder assetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
assetSources - Is a list of Amazon S3 bucket and object key pairs.ImportAssetsFromS3RequestDetails.Builder assetSources(Consumer<AssetSourceEntry.Builder>... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
This is a convenience method that creates an instance of theAssetSourceEntry.Builder avoiding the need to
create one manually via AssetSourceEntry.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetSources(List.
assetSources - a consumer that will call methods on
AssetSourceEntry.Builder#assetSources(java.util.Collection) ImportAssetsFromS3RequestDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId - The unique identifier for the data set associated with this import job.ImportAssetsFromS3RequestDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import request.
revisionId - The unique identifier for the revision associated with this import request.Copyright © 2023. All rights reserved.