Interface EvaluateDataQualityMultiFrame.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluateDataQualityMultiFrame.Builder,
,EvaluateDataQualityMultiFrame> SdkBuilder<EvaluateDataQualityMultiFrame.Builder,
,EvaluateDataQualityMultiFrame> SdkPojo
- Enclosing class:
EvaluateDataQualityMultiFrame
-
Method Summary
Modifier and TypeMethodDescriptionadditionalDataSources
(Map<String, String> additionalDataSources) The aliases of all data sources except primary.additionalOptions
(Map<AdditionalOptionKeys, String> additionalOptions) Options to configure runtime behavior of the transform.additionalOptionsWithStrings
(Map<String, String> additionalOptions) Options to configure runtime behavior of the transform.The inputs of your data quality evaluation.inputs
(Collection<String> inputs) The inputs of your data quality evaluation.The name of the data quality evaluation.publishingOptions
(Consumer<DQResultsPublishingOptions.Builder> publishingOptions) Options to configure how your results are published.publishingOptions
(DQResultsPublishingOptions publishingOptions) Options to configure how your results are published.The ruleset for your data quality evaluation.stopJobOnFailureOptions
(Consumer<DQStopJobOnFailureOptions.Builder> stopJobOnFailureOptions) Options to configure how your job will stop if your data quality evaluation fails.stopJobOnFailureOptions
(DQStopJobOnFailureOptions stopJobOnFailureOptions) Options to configure how your job will stop if your data quality evaluation fails.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the data quality evaluation.
- Parameters:
name
- The name of the data quality evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
The inputs of your data quality evaluation. The first input in this list is the primary data source.
- Parameters:
inputs
- The inputs of your data quality evaluation. The first input in this list is the primary data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
The inputs of your data quality evaluation. The first input in this list is the primary data source.
- Parameters:
inputs
- The inputs of your data quality evaluation. The first input in this list is the primary data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalDataSources
EvaluateDataQualityMultiFrame.Builder additionalDataSources(Map<String, String> additionalDataSources) The aliases of all data sources except primary.
- Parameters:
additionalDataSources
- The aliases of all data sources except primary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleset
The ruleset for your data quality evaluation.
- Parameters:
ruleset
- The ruleset for your data quality evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishingOptions
EvaluateDataQualityMultiFrame.Builder publishingOptions(DQResultsPublishingOptions publishingOptions) Options to configure how your results are published.
- Parameters:
publishingOptions
- Options to configure how your results are published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishingOptions
default EvaluateDataQualityMultiFrame.Builder publishingOptions(Consumer<DQResultsPublishingOptions.Builder> publishingOptions) Options to configure how your results are published.
This is a convenience method that creates an instance of theDQResultsPublishingOptions.Builder
avoiding the need to create one manually viaDQResultsPublishingOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topublishingOptions(DQResultsPublishingOptions)
.- Parameters:
publishingOptions
- a consumer that will call methods onDQResultsPublishingOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalOptionsWithStrings
EvaluateDataQualityMultiFrame.Builder additionalOptionsWithStrings(Map<String, String> additionalOptions) Options to configure runtime behavior of the transform.
- Parameters:
additionalOptions
- Options to configure runtime behavior of the transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalOptions
EvaluateDataQualityMultiFrame.Builder additionalOptions(Map<AdditionalOptionKeys, String> additionalOptions) Options to configure runtime behavior of the transform.
- Parameters:
additionalOptions
- Options to configure runtime behavior of the transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopJobOnFailureOptions
EvaluateDataQualityMultiFrame.Builder stopJobOnFailureOptions(DQStopJobOnFailureOptions stopJobOnFailureOptions) Options to configure how your job will stop if your data quality evaluation fails.
- Parameters:
stopJobOnFailureOptions
- Options to configure how your job will stop if your data quality evaluation fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopJobOnFailureOptions
default EvaluateDataQualityMultiFrame.Builder stopJobOnFailureOptions(Consumer<DQStopJobOnFailureOptions.Builder> stopJobOnFailureOptions) Options to configure how your job will stop if your data quality evaluation fails.
This is a convenience method that creates an instance of theDQStopJobOnFailureOptions.Builder
avoiding the need to create one manually viaDQStopJobOnFailureOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostopJobOnFailureOptions(DQStopJobOnFailureOptions)
.- Parameters:
stopJobOnFailureOptions
- a consumer that will call methods onDQStopJobOnFailureOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-