public static interface ImportAssetsFromRedshiftDataSharesResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetsFromRedshiftDataSharesResponseDetails.Builder,ImportAssetsFromRedshiftDataSharesResponseDetails>
| Modifier and Type | Method and Description |
|---|---|
ImportAssetsFromRedshiftDataSharesResponseDetails.Builder |
assetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
A list of Amazon Redshift datashare asset sources.
|
ImportAssetsFromRedshiftDataSharesResponseDetails.Builder |
assetSources(Consumer<RedshiftDataShareAssetSourceEntry.Builder>... assetSources)
A list of Amazon Redshift datashare asset sources.
|
ImportAssetsFromRedshiftDataSharesResponseDetails.Builder |
assetSources(RedshiftDataShareAssetSourceEntry... assetSources)
A list of Amazon Redshift datashare asset sources.
|
ImportAssetsFromRedshiftDataSharesResponseDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetsFromRedshiftDataSharesResponseDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this import job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAssetsFromRedshiftDataSharesResponseDetails.Builder assetSources(Collection<RedshiftDataShareAssetSourceEntry> assetSources)
A list of Amazon Redshift datashare asset sources.
assetSources - A list of Amazon Redshift datashare asset sources.ImportAssetsFromRedshiftDataSharesResponseDetails.Builder assetSources(RedshiftDataShareAssetSourceEntry... assetSources)
A list of Amazon Redshift datashare asset sources.
assetSources - A list of Amazon Redshift datashare asset sources.ImportAssetsFromRedshiftDataSharesResponseDetails.Builder assetSources(Consumer<RedshiftDataShareAssetSourceEntry.Builder>... assetSources)
A list of Amazon Redshift datashare asset sources.
This is a convenience method that creates an instance of theRedshiftDataShareAssetSourceEntry.Builder avoiding
the need to create one manually via
RedshiftDataShareAssetSourceEntry.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
RedshiftDataShareAssetSourceEntry.Builder#assetSources(java.util.Collection) ImportAssetsFromRedshiftDataSharesResponseDetails.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.ImportAssetsFromRedshiftDataSharesResponseDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import job.
revisionId - The unique identifier for the revision associated with this import job.Copyright © 2023. All rights reserved.