public static interface GetDataSourceRunResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataSourceRunResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the data source run was created.
|
GetDataSourceRunResponse.Builder |
dataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source run.
|
GetDataSourceRunResponse.Builder |
dataSourceId(String dataSourceId)
The ID of the data source for this data source run.
|
GetDataSourceRunResponse.Builder |
domainId(String domainId)
The ID of the domain in which this data source run was performed.
|
default GetDataSourceRunResponse.Builder |
errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceRunResponse.Builder |
errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetDataSourceRunResponse.Builder |
id(String id)
The ID of the data source run.
|
GetDataSourceRunResponse.Builder |
projectId(String projectId)
The ID of the project in which this data source run occured.
|
default GetDataSourceRunResponse.Builder |
runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)
The asset statistics from this data source run.
|
GetDataSourceRunResponse.Builder |
runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
The asset statistics from this data source run.
|
GetDataSourceRunResponse.Builder |
startedAt(Instant startedAt)
The timestamp of when this data source run started.
|
GetDataSourceRunResponse.Builder |
status(DataSourceRunStatus status)
The status of this data source run.
|
GetDataSourceRunResponse.Builder |
status(String status)
The status of this data source run.
|
GetDataSourceRunResponse.Builder |
stoppedAt(Instant stoppedAt)
The timestamp of when this data source run stopped.
|
GetDataSourceRunResponse.Builder |
type(DataSourceRunType type)
The type of this data source run.
|
GetDataSourceRunResponse.Builder |
type(String type)
The type of this data source run.
|
GetDataSourceRunResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this data source run was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataSourceRunResponse.Builder createdAt(Instant createdAt)
The timestamp of when the data source run was created.
createdAt - The timestamp of when the data source run was created.GetDataSourceRunResponse.Builder dataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source run.
dataSourceConfigurationSnapshot - The configuration snapshot of the data source run.GetDataSourceRunResponse.Builder dataSourceId(String dataSourceId)
The ID of the data source for this data source run.
dataSourceId - The ID of the data source for this data source run.GetDataSourceRunResponse.Builder domainId(String domainId)
The ID of the domain in which this data source run was performed.
domainId - The ID of the domain in which this data source run was performed.GetDataSourceRunResponse.Builder errorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage - Specifies the error message that is returned if the operation cannot be successfully completed.default GetDataSourceRunResponse.Builder errorMessage(Consumer<DataSourceErrorMessage.Builder> errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theDataSourceErrorMessage.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)GetDataSourceRunResponse.Builder id(String id)
The ID of the data source run.
id - The ID of the data source run.GetDataSourceRunResponse.Builder projectId(String projectId)
The ID of the project in which this data source run occured.
projectId - The ID of the project in which this data source run occured.GetDataSourceRunResponse.Builder runStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
The asset statistics from this data source run.
runStatisticsForAssets - The asset statistics from this data source run.default GetDataSourceRunResponse.Builder runStatisticsForAssets(Consumer<RunStatisticsForAssets.Builder> runStatisticsForAssets)
The asset statistics from this data source run.
This is a convenience method that creates an instance of theRunStatisticsForAssets.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)GetDataSourceRunResponse.Builder startedAt(Instant startedAt)
The timestamp of when this data source run started.
startedAt - The timestamp of when this data source run started.GetDataSourceRunResponse.Builder status(String status)
The status of this data source run.
status - The status of this data source run.DataSourceRunStatus,
DataSourceRunStatusGetDataSourceRunResponse.Builder status(DataSourceRunStatus status)
The status of this data source run.
status - The status of this data source run.DataSourceRunStatus,
DataSourceRunStatusGetDataSourceRunResponse.Builder stoppedAt(Instant stoppedAt)
The timestamp of when this data source run stopped.
stoppedAt - The timestamp of when this data source run stopped.GetDataSourceRunResponse.Builder type(String type)
The type of this data source run.
type - The type of this data source run.DataSourceRunType,
DataSourceRunTypeGetDataSourceRunResponse.Builder type(DataSourceRunType type)
The type of this data source run.
type - The type of this data source run.DataSourceRunType,
DataSourceRunTypeGetDataSourceRunResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this data source run was updated.
updatedAt - The timestamp of when this data source run was updated.Copyright © 2023. All rights reserved.