@Stability(value=Stable) public static final class CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder imageUri(String imageUri)
imageUri - The container image that the data quality monitoring job runs. This parameter is required.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder containerArguments(List<String> containerArguments)
CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.getContainerArguments()containerArguments - The arguments to send to the container that the monitoring job runs.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder containerEntrypoint(List<String> containerEntrypoint)
CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.getContainerEntrypoint()containerEntrypoint - The entrypoint for a container used to run a monitoring job.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder environment(IResolvable environment)
environment - Sets the environment variables in the container that the monitoring job runs.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder environment(Map<String,String> environment)
environment - Sets the environment variables in the container that the monitoring job runs.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.getPostAnalyticsProcessorSourceUri()postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed.
Applicable only for the built-in (first party) containers.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.getRecordPreprocessorSourceUri()recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis.
It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.this@Stability(value=Stable) public CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty>CfnDataQualityJobDefinition.DataQualityAppSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.