Class DataQualityRulesetListDetails
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataQualityRulesetListDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQualityRulesetListDetails.Builder,DataQualityRulesetListDetails>
@Generated("software.amazon.awssdk:codegen") public final class DataQualityRulesetListDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityRulesetListDetails.Builder,DataQualityRulesetListDetails>
Describes a data quality ruleset returned by
GetDataQualityRuleset.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQualityRulesetListDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQualityRulesetListDetails.Builderbuilder()InstantcreatedOn()The date and time the data quality ruleset was created.Stringdescription()A description of the data quality ruleset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedOn()The date and time the data quality ruleset was last modified.Stringname()The name of the data quality ruleset.StringrecommendationRunId()When a ruleset was created from a recommendation run, this run ID is generated to link the two together.IntegerruleCount()The number of rules in the ruleset.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataQualityRulesetListDetails.Builder>serializableBuilderClass()DataQualityTargetTabletargetTable()An object representing an Glue table.DataQualityRulesetListDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the data quality ruleset.
- Returns:
- The name of the data quality ruleset.
-
description
public final String description()
A description of the data quality ruleset.
- Returns:
- A description of the data quality ruleset.
-
createdOn
public final Instant createdOn()
The date and time the data quality ruleset was created.
- Returns:
- The date and time the data quality ruleset was created.
-
lastModifiedOn
public final Instant lastModifiedOn()
The date and time the data quality ruleset was last modified.
- Returns:
- The date and time the data quality ruleset was last modified.
-
targetTable
public final DataQualityTargetTable targetTable()
An object representing an Glue table.
- Returns:
- An object representing an Glue table.
-
recommendationRunId
public final String recommendationRunId()
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
- Returns:
- When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
-
ruleCount
public final Integer ruleCount()
The number of rules in the ruleset.
- Returns:
- The number of rules in the ruleset.
-
toBuilder
public DataQualityRulesetListDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQualityRulesetListDetails.Builder,DataQualityRulesetListDetails>
-
builder
public static DataQualityRulesetListDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQualityRulesetListDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-