Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.clone() |
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withCreatedOn(Date createdOn)
The date and time the data quality ruleset was created.
|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withDescription(String description)
A description of the data quality ruleset.
|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withLastModifiedOn(Date lastModifiedOn)
The date and time the data quality ruleset was last modified.
|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withName(String name)
The name of the data quality ruleset.
|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withRecommendationRunId(String recommendationRunId)
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withRuleCount(Integer ruleCount)
The number of rules in the ruleset.
|
DataQualityRulesetListDetails |
DataQualityRulesetListDetails.withTargetTable(DataQualityTargetTable targetTable)
An object representing an Glue table.
|
Modifier and Type | Method and Description |
---|---|
List<DataQualityRulesetListDetails> |
ListDataQualityRulesetsResult.getRulesets()
A paginated list of rulesets for the specified list of Glue tables.
|
Modifier and Type | Method and Description |
---|---|
ListDataQualityRulesetsResult |
ListDataQualityRulesetsResult.withRulesets(DataQualityRulesetListDetails... rulesets)
A paginated list of rulesets for the specified list of Glue tables.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDataQualityRulesetsResult.setRulesets(Collection<DataQualityRulesetListDetails> rulesets)
A paginated list of rulesets for the specified list of Glue tables.
|
ListDataQualityRulesetsResult |
ListDataQualityRulesetsResult.withRulesets(Collection<DataQualityRulesetListDetails> rulesets)
A paginated list of rulesets for the specified list of Glue tables.
|
Copyright © 2023. All rights reserved.