public static interface DataSourceRunActivity.Builder extends SdkPojo, CopyableBuilder<DataSourceRunActivity.Builder,DataSourceRunActivity>
| Modifier and Type | Method and Description |
|---|---|
DataSourceRunActivity.Builder |
createdAt(Instant createdAt)
The timestamp of when data source run activity was created.
|
DataSourceRunActivity.Builder |
dataAssetId(String dataAssetId)
The identifier of the asset included in the data source run activity.
|
DataSourceRunActivity.Builder |
dataAssetStatus(DataAssetActivityStatus dataAssetStatus)
The status of the asset included in the data source run activity.
|
DataSourceRunActivity.Builder |
dataAssetStatus(String dataAssetStatus)
The status of the asset included in the data source run activity.
|
DataSourceRunActivity.Builder |
database(String database)
The database included in the data source run activity.
|
DataSourceRunActivity.Builder |
dataSourceRunId(String dataSourceRunId)
The identifier of the data source for the data source run activity.
|
default DataSourceRunActivity.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Sets the value of the ErrorMessage property for this object.
|
DataSourceRunActivity.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Sets the value of the ErrorMessage property for this object.
|
DataSourceRunActivity.Builder |
projectId(String projectId)
The project ID included in the data source run activity.
|
DataSourceRunActivity.Builder |
technicalDescription(String technicalDescription)
The technical description included in the data source run activity.
|
DataSourceRunActivity.Builder |
technicalName(String technicalName)
The technical name included in the data source run activity.
|
DataSourceRunActivity.Builder |
updatedAt(Instant updatedAt)
The timestamp of when data source run activity was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceRunActivity.Builder createdAt(Instant createdAt)
The timestamp of when data source run activity was created.
createdAt - The timestamp of when data source run activity was created.DataSourceRunActivity.Builder dataAssetId(String dataAssetId)
The identifier of the asset included in the data source run activity.
dataAssetId - The identifier of the asset included in the data source run activity.DataSourceRunActivity.Builder dataAssetStatus(String dataAssetStatus)
The status of the asset included in the data source run activity.
dataAssetStatus - The status of the asset included in the data source run activity.DataAssetActivityStatus,
DataAssetActivityStatusDataSourceRunActivity.Builder dataAssetStatus(DataAssetActivityStatus dataAssetStatus)
The status of the asset included in the data source run activity.
dataAssetStatus - The status of the asset included in the data source run activity.DataAssetActivityStatus,
DataAssetActivityStatusDataSourceRunActivity.Builder dataSourceRunId(String dataSourceRunId)
The identifier of the data source for the data source run activity.
dataSourceRunId - The identifier of the data source for the data source run activity.DataSourceRunActivity.Builder database(String database)
The database included in the data source run activity.
database - The database included in the data source run activity.DataSourceRunActivity.Builder errorMessage(DataSourceErrorMessage errorMessage)
errorMessage - The new value for the ErrorMessage property for this object.default DataSourceRunActivity.Builder errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
DataSourceErrorMessage.Builder avoiding
the need to create one manually via DataSourceErrorMessage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorMessage(DataSourceErrorMessage).
errorMessage - a consumer that will call methods on DataSourceErrorMessage.BuildererrorMessage(DataSourceErrorMessage)DataSourceRunActivity.Builder projectId(String projectId)
The project ID included in the data source run activity.
projectId - The project ID included in the data source run activity.DataSourceRunActivity.Builder technicalDescription(String technicalDescription)
The technical description included in the data source run activity.
technicalDescription - The technical description included in the data source run activity.DataSourceRunActivity.Builder technicalName(String technicalName)
The technical name included in the data source run activity.
technicalName - The technical name included in the data source run activity.DataSourceRunActivity.Builder updatedAt(Instant updatedAt)
The timestamp of when data source run activity was updated.
updatedAt - The timestamp of when data source run activity was updated.Copyright © 2023. All rights reserved.