public static interface ImportAssetsFromS3ResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetsFromS3ResponseDetails.Builder,ImportAssetsFromS3ResponseDetails>
| Modifier and Type | Method and Description |
|---|---|
ImportAssetsFromS3ResponseDetails.Builder |
assetSources(AssetSourceEntry... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails.Builder |
assetSources(Collection<AssetSourceEntry> assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails.Builder |
assetSources(Consumer<AssetSourceEntry.Builder>... assetSources)
Is a list of Amazon S3 bucket and object key pairs.
|
ImportAssetsFromS3ResponseDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetsFromS3ResponseDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this import response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetsFromS3ResponseDetails.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.ImportAssetsFromS3ResponseDetails.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.ImportAssetsFromS3ResponseDetails.Builder assetSources(Consumer<AssetSourceEntry.Builder>... assetSources)
Is a list of Amazon 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) ImportAssetsFromS3ResponseDetails.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.ImportAssetsFromS3ResponseDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import response.
revisionId - The unique identifier for the revision associated with this import response.Copyright © 2021. All rights reserved.