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 S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails.Builder |
assetSources(Collection<AssetSourceEntry> assetSources)
Is a list of S3 bucket and object key pairs.
|
ImportAssetsFromS3RequestDetails.Builder |
assetSources(Consumer<AssetSourceEntry.Builder>... assetSources)
Is a list of 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 S3 bucket and object key pairs.
assetSources - Is a list of S3 bucket and object key pairs.ImportAssetsFromS3RequestDetails.Builder assetSources(AssetSourceEntry... assetSources)
Is a list of S3 bucket and object key pairs.
assetSources - Is a list of S3 bucket and object key pairs.ImportAssetsFromS3RequestDetails.Builder assetSources(Consumer<AssetSourceEntry.Builder>... assetSources)
Is a list of S3 bucket and object key pairs.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #assetSources(List) .assetSources - a consumer that will call methods on List.Builder #assetSources(List) 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 © 2021. All rights reserved.