public static interface DataSetImportItem.Builder extends SdkPojo, CopyableBuilder<DataSetImportItem.Builder,DataSetImportItem>
| Modifier and Type | Method and Description |
|---|---|
default DataSetImportItem.Builder |
dataSet(Consumer<DataSet.Builder> dataSet)
The data set.
|
DataSetImportItem.Builder |
dataSet(DataSet dataSet)
The data set.
|
default DataSetImportItem.Builder |
externalLocation(Consumer<ExternalLocation.Builder> externalLocation)
The location of the data set.
|
DataSetImportItem.Builder |
externalLocation(ExternalLocation externalLocation)
The location of the data set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSetImportItem.Builder dataSet(DataSet dataSet)
The data set.
dataSet - The data set.default DataSetImportItem.Builder dataSet(Consumer<DataSet.Builder> dataSet)
The data set.
This is a convenience method that creates an instance of theDataSet.Builder avoiding the need to
create one manually via DataSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to dataSet(DataSet).
dataSet - a consumer that will call methods on DataSet.BuilderdataSet(DataSet)DataSetImportItem.Builder externalLocation(ExternalLocation externalLocation)
The location of the data set.
externalLocation - The location of the data set.default DataSetImportItem.Builder externalLocation(Consumer<ExternalLocation.Builder> externalLocation)
The location of the data set.
This is a convenience method that creates an instance of theExternalLocation.Builder avoiding the
need to create one manually via ExternalLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to externalLocation(ExternalLocation).
externalLocation - a consumer that will call methods on ExternalLocation.BuilderexternalLocation(ExternalLocation)Copyright © 2023. All rights reserved.