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)
assetSources - A list of Amazon Redshift datashare asset sources.ImportAssetsFromRedshiftDataSharesResponseDetails.Builder assetSources(RedshiftDataShareAssetSourceEntry... assetSources)
assetSources - A list of Amazon Redshift datashare asset sources.ImportAssetsFromRedshiftDataSharesResponseDetails.Builder assetSources(Consumer<RedshiftDataShareAssetSourceEntry.Builder>... assetSources)
List.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) ImportAssetsFromRedshiftDataSharesResponseDetails.Builder dataSetId(String dataSetId)
dataSetId - The unique identifier for the data set associated with this import job.ImportAssetsFromRedshiftDataSharesResponseDetails.Builder revisionId(String revisionId)
revisionId - The unique identifier for the revision associated with this import job.Copyright © 2021. All rights reserved.