@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() |
Modifier and Type | Method and Description |
---|---|
DataQualityBaselineConfig |
clone() |
boolean |
equals(Object obj) |
String |
getBaseliningJobName()
The name of the job that performs baselining for the data quality monitoring job.
|
MonitoringConstraintsResource |
getConstraintsResource() |
MonitoringStatisticsResource |
getStatisticsResource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the data quality monitoring job.
|
void |
setConstraintsResource(MonitoringConstraintsResource constraintsResource) |
void |
setStatisticsResource(MonitoringStatisticsResource statisticsResource) |
String |
toString()
Returns a string representation of this object.
|
DataQualityBaselineConfig |
withBaseliningJobName(String baseliningJobName)
The name of the job that performs baselining for the data quality monitoring job.
|
DataQualityBaselineConfig |
withConstraintsResource(MonitoringConstraintsResource constraintsResource) |
DataQualityBaselineConfig |
withStatisticsResource(MonitoringStatisticsResource statisticsResource) |
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 Object
Object.toString()
public DataQualityBaselineConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.