public static interface DataSourceRunSummary.Builder extends SdkPojo, CopyableBuilder<DataSourceRunSummary.Builder,DataSourceRunSummary>
| Modifier and Type | Method and Description |
|---|---|
DataSourceRunSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when a data source run was created.
|
DataSourceRunSummary.Builder |
dataSourceId(String dataSourceId)
The identifier of the data source of the data source run.
|
default DataSourceRunSummary.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Sets the value of the ErrorMessage property for this object.
|
DataSourceRunSummary.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Sets the value of the ErrorMessage property for this object.
|
DataSourceRunSummary.Builder |
id(String id)
The identifier of the data source run.
|
DataSourceRunSummary.Builder |
projectId(String projectId)
The project ID of the data source run.
|
default DataSourceRunSummary.Builder |
runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)
Sets the value of the RunStatisticsForAssets property for this object.
|
DataSourceRunSummary.Builder |
runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Sets the value of the RunStatisticsForAssets property for this object.
|
DataSourceRunSummary.Builder |
startedAt(Instant startedAt)
The timestamp of when a data source run was started.
|
DataSourceRunSummary.Builder |
status(DataSourceRunStatus status)
The status of the data source run.
|
DataSourceRunSummary.Builder |
status(String status)
The status of the data source run.
|
DataSourceRunSummary.Builder |
stoppedAt(Instant stoppedAt)
The timestamp of when a data source run was stopped.
|
DataSourceRunSummary.Builder |
type(DataSourceRunType type)
The type of the data source run.
|
DataSourceRunSummary.Builder |
type(String type)
The type of the data source run.
|
DataSourceRunSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when a data source run was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceRunSummary.Builder createdAt(Instant createdAt)
The timestamp of when a data source run was created.
createdAt - The timestamp of when a data source run was created.DataSourceRunSummary.Builder dataSourceId(String dataSourceId)
The identifier of the data source of the data source run.
dataSourceId - The identifier of the data source of the data source run.DataSourceRunSummary.Builder errorMessage(DataSourceErrorMessage errorMessage)
errorMessage - The new value for the ErrorMessage property for this object.default DataSourceRunSummary.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)DataSourceRunSummary.Builder id(String id)
The identifier of the data source run.
id - The identifier of the data source run.DataSourceRunSummary.Builder projectId(String projectId)
The project ID of the data source run.
projectId - The project ID of the data source run.DataSourceRunSummary.Builder runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
runStatisticsForAssets - The new value for the RunStatisticsForAssets property for this object.default DataSourceRunSummary.Builder runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)
RunStatisticsForAssets.Builder avoiding
the need to create one manually via RunStatisticsForAssets.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to runStatisticsForAssets(RunStatisticsForAssets).
runStatisticsForAssets - a consumer that will call methods on RunStatisticsForAssets.BuilderrunStatisticsForAssets(RunStatisticsForAssets)DataSourceRunSummary.Builder startedAt(Instant startedAt)
The timestamp of when a data source run was started.
startedAt - The timestamp of when a data source run was started.DataSourceRunSummary.Builder status(String status)
The status of the data source run.
status - The status of the data source run.DataSourceRunStatus,
DataSourceRunStatusDataSourceRunSummary.Builder status(DataSourceRunStatus status)
The status of the data source run.
status - The status of the data source run.DataSourceRunStatus,
DataSourceRunStatusDataSourceRunSummary.Builder stoppedAt(Instant stoppedAt)
The timestamp of when a data source run was stopped.
stoppedAt - The timestamp of when a data source run was stopped.DataSourceRunSummary.Builder type(String type)
The type of the data source run.
type - The type of the data source run.DataSourceRunType,
DataSourceRunTypeDataSourceRunSummary.Builder type(DataSourceRunType type)
The type of the data source run.
type - The type of the data source run.DataSourceRunType,
DataSourceRunTypeDataSourceRunSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when a data source run was updated.
updatedAt - The timestamp of when a data source run was updated.Copyright © 2023. All rights reserved.