Interface DataQualityResultDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataQualityResultDescription.Builder,
,DataQualityResultDescription> SdkBuilder<DataQualityResultDescription.Builder,
,DataQualityResultDescription> SdkPojo
- Enclosing class:
DataQualityResultDescription
@Mutable
@NotThreadSafe
public static interface DataQualityResultDescription.Builder
extends SdkPojo, CopyableBuilder<DataQualityResultDescription.Builder,DataQualityResultDescription>
-
Method Summary
Modifier and TypeMethodDescriptiondataSource
(Consumer<DataSource.Builder> dataSource) The table name associated with the data quality result.dataSource
(DataSource dataSource) The table name associated with the data quality result.The job name associated with the data quality result.The job run ID associated with the data quality result.The unique result ID for this data quality result.The time that the run started for this data quality result.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resultId
The unique result ID for this data quality result.
- Parameters:
resultId
- The unique result ID for this data quality result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
The table name associated with the data quality result.
- Parameters:
dataSource
- The table name associated with the data quality result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaDataSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSource(DataSource)
.- Parameters:
dataSource
- a consumer that will call methods onDataSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobName
The job name associated with the data quality result.
- Parameters:
jobName
- The job name associated with the data quality result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
The job run ID associated with the data quality result.
- Parameters:
jobRunId
- The job run ID associated with the data quality result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedOn
The time that the run started for this data quality result.
- Parameters:
startedOn
- The time that the run started for this data quality result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-