public static interface DataQualityAppSpecification.Builder extends SdkPojo, CopyableBuilder<DataQualityAppSpecification.Builder,DataQualityAppSpecification>
| Modifier and Type | Method and Description |
|---|---|
DataQualityAppSpecification.Builder |
containerArguments(Collection<String> containerArguments)
The arguments to send to the container that the monitoring job runs.
|
DataQualityAppSpecification.Builder |
containerArguments(String... containerArguments)
The arguments to send to the container that the monitoring job runs.
|
DataQualityAppSpecification.Builder |
containerEntrypoint(Collection<String> containerEntrypoint)
The entrypoint for a container used to run a monitoring job.
|
DataQualityAppSpecification.Builder |
containerEntrypoint(String... containerEntrypoint)
The entrypoint for a container used to run a monitoring job.
|
DataQualityAppSpecification.Builder |
environment(Map<String,String> environment)
Sets the environment variables in the container that the monitoring job runs.
|
DataQualityAppSpecification.Builder |
imageUri(String imageUri)
The container image that the data quality monitoring job runs.
|
DataQualityAppSpecification.Builder |
postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
An Amazon S3 URI to a script that is called after analysis has been performed.
|
DataQualityAppSpecification.Builder |
recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
An Amazon S3 URI to a script that is called per row prior to running analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualityAppSpecification.Builder imageUri(String imageUri)
The container image that the data quality monitoring job runs.
imageUri - The container image that the data quality monitoring job runs.DataQualityAppSpecification.Builder containerEntrypoint(Collection<String> containerEntrypoint)
The entrypoint for a container used to run a monitoring job.
containerEntrypoint - The entrypoint for a container used to run a monitoring job.DataQualityAppSpecification.Builder containerEntrypoint(String... containerEntrypoint)
The entrypoint for a container used to run a monitoring job.
containerEntrypoint - The entrypoint for a container used to run a monitoring job.DataQualityAppSpecification.Builder containerArguments(Collection<String> containerArguments)
The arguments to send to the container that the monitoring job runs.
containerArguments - The arguments to send to the container that the monitoring job runs.DataQualityAppSpecification.Builder containerArguments(String... containerArguments)
The arguments to send to the container that the monitoring job runs.
containerArguments - The arguments to send to the container that the monitoring job runs.DataQualityAppSpecification.Builder recordPreprocessorSourceUri(String 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.
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.DataQualityAppSpecification.Builder postAnalyticsProcessorSourceUri(String 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.
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.DataQualityAppSpecification.Builder environment(Map<String,String> environment)
Sets the environment variables in the container that the monitoring job runs.
environment - Sets the environment variables in the container that the monitoring job runs.Copyright © 2023. All rights reserved.