@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityBaselineConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.
| Constructor and Description |
|---|
DataQualityBaselineConfig() |
public void setBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the data quality monitoring job.
baseliningJobName - The name of the job that performs baselining for the data quality monitoring job.public String getBaseliningJobName()
The name of the job that performs baselining for the data quality monitoring job.
public DataQualityBaselineConfig withBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the data quality monitoring job.
baseliningJobName - The name of the job that performs baselining for the data quality monitoring job.public void setConstraintsResource(MonitoringConstraintsResource constraintsResource)
constraintsResource - public MonitoringConstraintsResource getConstraintsResource()
public DataQualityBaselineConfig withConstraintsResource(MonitoringConstraintsResource constraintsResource)
constraintsResource - public void setStatisticsResource(MonitoringStatisticsResource statisticsResource)
statisticsResource - public MonitoringStatisticsResource getStatisticsResource()
public DataQualityBaselineConfig withStatisticsResource(MonitoringStatisticsResource statisticsResource)
statisticsResource - public String toString()
toString in class ObjectObject.toString()public DataQualityBaselineConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.