public static interface DataQualityRulesetListDetails.Builder extends SdkPojo, CopyableBuilder<DataQualityRulesetListDetails.Builder,DataQualityRulesetListDetails>
| Modifier and Type | Method and Description |
|---|---|
DataQualityRulesetListDetails.Builder |
createdOn(Instant createdOn)
The date and time the data quality ruleset was created.
|
DataQualityRulesetListDetails.Builder |
description(String description)
A description of the data quality ruleset.
|
DataQualityRulesetListDetails.Builder |
lastModifiedOn(Instant lastModifiedOn)
The date and time the data quality ruleset was last modified.
|
DataQualityRulesetListDetails.Builder |
name(String name)
The name of the data quality ruleset.
|
DataQualityRulesetListDetails.Builder |
recommendationRunId(String recommendationRunId)
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
|
DataQualityRulesetListDetails.Builder |
ruleCount(Integer ruleCount)
The number of rules in the ruleset.
|
default DataQualityRulesetListDetails.Builder |
targetTable(Consumer<DataQualityTargetTable.Builder> targetTable)
An object representing an Glue table.
|
DataQualityRulesetListDetails.Builder |
targetTable(DataQualityTargetTable targetTable)
An object representing an Glue table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualityRulesetListDetails.Builder name(String name)
The name of the data quality ruleset.
name - The name of the data quality ruleset.DataQualityRulesetListDetails.Builder description(String description)
A description of the data quality ruleset.
description - A description of the data quality ruleset.DataQualityRulesetListDetails.Builder createdOn(Instant createdOn)
The date and time the data quality ruleset was created.
createdOn - The date and time the data quality ruleset was created.DataQualityRulesetListDetails.Builder lastModifiedOn(Instant lastModifiedOn)
The date and time the data quality ruleset was last modified.
lastModifiedOn - The date and time the data quality ruleset was last modified.DataQualityRulesetListDetails.Builder targetTable(DataQualityTargetTable targetTable)
An object representing an Glue table.
targetTable - An object representing an Glue table.default DataQualityRulesetListDetails.Builder targetTable(Consumer<DataQualityTargetTable.Builder> targetTable)
An object representing an Glue table.
This is a convenience method that creates an instance of theDataQualityTargetTable.Builder avoiding
the need to create one manually via DataQualityTargetTable.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to targetTable(DataQualityTargetTable).
targetTable - a consumer that will call methods on DataQualityTargetTable.BuildertargetTable(DataQualityTargetTable)DataQualityRulesetListDetails.Builder recommendationRunId(String recommendationRunId)
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
recommendationRunId - When a ruleset was created from a recommendation run, this run ID is generated to link the two
together.DataQualityRulesetListDetails.Builder ruleCount(Integer ruleCount)
The number of rules in the ruleset.
ruleCount - The number of rules in the ruleset.Copyright © 2023. All rights reserved.