Interface StartDataQualityRuleRecommendationRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartDataQualityRuleRecommendationRunRequest.Builder,StartDataQualityRuleRecommendationRunRequest>
,GlueRequest.Builder
,SdkBuilder<StartDataQualityRuleRecommendationRunRequest.Builder,StartDataQualityRuleRecommendationRunRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- StartDataQualityRuleRecommendationRunRequest
public static interface StartDataQualityRuleRecommendationRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StartDataQualityRuleRecommendationRunRequest.Builder,StartDataQualityRuleRecommendationRunRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dataSource
StartDataQualityRuleRecommendationRunRequest.Builder dataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
- Parameters:
dataSource
- The data source (Glue table) associated with this run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
default StartDataQualityRuleRecommendationRunRequest.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The data source (Glue table) associated with this run.
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:
dataSource(DataSource)
-
role
StartDataQualityRuleRecommendationRunRequest.Builder role(String role)
An IAM role supplied to encrypt the results of the run.
- Parameters:
role
- An IAM role supplied to encrypt the results of the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfWorkers
StartDataQualityRuleRecommendationRunRequest.Builder numberOfWorkers(Integer numberOfWorkers)
The number of
G.1X
workers to be used in the run. The default is 5.- Parameters:
numberOfWorkers
- The number ofG.1X
workers to be used in the run. The default is 5.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeout
StartDataQualityRuleRecommendationRunRequest.Builder timeout(Integer timeout)
The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters
TIMEOUT
status. The default is 2,880 minutes (48 hours).- Parameters:
timeout
- The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and entersTIMEOUT
status. The default is 2,880 minutes (48 hours).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdRulesetName
StartDataQualityRuleRecommendationRunRequest.Builder createdRulesetName(String createdRulesetName)
A name for the ruleset.
- Parameters:
createdRulesetName
- A name for the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
StartDataQualityRuleRecommendationRunRequest.Builder clientToken(String clientToken)
Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.
- Parameters:
clientToken
- Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDataQualityRuleRecommendationRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
StartDataQualityRuleRecommendationRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-