Interface GetDataQualityRulesetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>,GlueResponse.Builder,SdkBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDataQualityRulesetResponse
public static interface GetDataQualityRulesetResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataQualityRulesetResponse.Builder,GetDataQualityRulesetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetDataQualityRulesetResponse.BuildercreatedOn(Instant createdOn)A timestamp.GetDataQualityRulesetResponse.BuilderdataQualitySecurityConfiguration(String dataQualitySecurityConfiguration)The name of the security configuration created with the data quality encryption option.GetDataQualityRulesetResponse.Builderdescription(String description)A description of the ruleset.GetDataQualityRulesetResponse.BuilderlastModifiedOn(Instant lastModifiedOn)A timestamp.GetDataQualityRulesetResponse.Buildername(String name)The name of the ruleset.GetDataQualityRulesetResponse.BuilderrecommendationRunId(String recommendationRunId)When a ruleset was created from a recommendation run, this run ID is generated to link the two together.GetDataQualityRulesetResponse.Builderruleset(String ruleset)A Data Quality Definition Language (DQDL) ruleset.default GetDataQualityRulesetResponse.BuildertargetTable(Consumer<DataQualityTargetTable.Builder> targetTable)The name and database name of the target table.GetDataQualityRulesetResponse.BuildertargetTable(DataQualityTargetTable targetTable)The name and database name of the target table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
GetDataQualityRulesetResponse.Builder name(String name)
The name of the ruleset.
- Parameters:
name- The name of the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetDataQualityRulesetResponse.Builder description(String description)
A description of the ruleset.
- Parameters:
description- A description of the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleset
GetDataQualityRulesetResponse.Builder ruleset(String ruleset)
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
- Parameters:
ruleset- A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTable
GetDataQualityRulesetResponse.Builder targetTable(DataQualityTargetTable targetTable)
The name and database name of the target table.
- Parameters:
targetTable- The name and database name of the target table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTable
default GetDataQualityRulesetResponse.Builder targetTable(Consumer<DataQualityTargetTable.Builder> targetTable)
The name and database name of the target table.
This is a convenience method that creates an instance of theDataQualityTargetTable.Builderavoiding the need to create one manually viaDataQualityTargetTable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetTable(DataQualityTargetTable).- Parameters:
targetTable- a consumer that will call methods onDataQualityTargetTable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
targetTable(DataQualityTargetTable)
-
createdOn
GetDataQualityRulesetResponse.Builder createdOn(Instant createdOn)
A timestamp. The time and date that this data quality ruleset was created.
- Parameters:
createdOn- A timestamp. The time and date that this data quality ruleset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedOn
GetDataQualityRulesetResponse.Builder lastModifiedOn(Instant lastModifiedOn)
A timestamp. The last point in time when this data quality ruleset was modified.
- Parameters:
lastModifiedOn- A timestamp. The last point in time when this data quality ruleset was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationRunId
GetDataQualityRulesetResponse.Builder recommendationRunId(String recommendationRunId)
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
- Parameters:
recommendationRunId- When a ruleset was created from a recommendation run, this run ID is generated to link the two together.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualitySecurityConfiguration
GetDataQualityRulesetResponse.Builder dataQualitySecurityConfiguration(String dataQualitySecurityConfiguration)
The name of the security configuration created with the data quality encryption option.
- Parameters:
dataQualitySecurityConfiguration- The name of the security configuration created with the data quality encryption option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-