public static interface DataQualityResultDescription.Builder extends SdkPojo, CopyableBuilder<DataQualityResultDescription.Builder,DataQualityResultDescription>
| Modifier and Type | Method and Description |
|---|---|
default DataQualityResultDescription.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The table name associated with the data quality result.
|
DataQualityResultDescription.Builder |
dataSource(DataSource dataSource)
The table name associated with the data quality result.
|
DataQualityResultDescription.Builder |
jobName(String jobName)
The job name associated with the data quality result.
|
DataQualityResultDescription.Builder |
jobRunId(String jobRunId)
The job run ID associated with the data quality result.
|
DataQualityResultDescription.Builder |
resultId(String resultId)
The unique result ID for this data quality result.
|
DataQualityResultDescription.Builder |
startedOn(Instant startedOn)
The time that the run started for this data quality result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualityResultDescription.Builder resultId(String resultId)
The unique result ID for this data quality result.
resultId - The unique result ID for this data quality result.DataQualityResultDescription.Builder dataSource(DataSource dataSource)
The table name associated with the data quality result.
dataSource - The table name associated with the data quality result.default DataQualityResultDescription.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The table name associated with the data quality result.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)DataQualityResultDescription.Builder jobName(String jobName)
The job name associated with the data quality result.
jobName - The job name associated with the data quality result.DataQualityResultDescription.Builder jobRunId(String jobRunId)
The job run ID associated with the data quality result.
jobRunId - The job run ID associated with the data quality result.DataQualityResultDescription.Builder startedOn(Instant startedOn)
The time that the run started for this data quality result.
startedOn - The time that the run started for this data quality result.Copyright © 2023. All rights reserved.