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 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) 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 © 2023. All rights reserved.