@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityEvaluationRunAdditionalRunOptions extends Object implements Serializable, Cloneable, StructuredPojo
Additional run options you can specify for an evaluation run.
Constructor and Description |
---|
DataQualityEvaluationRunAdditionalRunOptions() |
Modifier and Type | Method and Description |
---|---|
DataQualityEvaluationRunAdditionalRunOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCloudWatchMetricsEnabled()
Whether or not to enable CloudWatch metrics.
|
String |
getCompositeRuleEvaluationMethod()
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
|
String |
getResultsS3Prefix()
Prefix for Amazon S3 to store results.
|
int |
hashCode() |
Boolean |
isCloudWatchMetricsEnabled()
Whether or not to enable CloudWatch metrics.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Whether or not to enable CloudWatch metrics.
|
void |
setCompositeRuleEvaluationMethod(String compositeRuleEvaluationMethod)
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
|
void |
setResultsS3Prefix(String resultsS3Prefix)
Prefix for Amazon S3 to store results.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityEvaluationRunAdditionalRunOptions |
withCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Whether or not to enable CloudWatch metrics.
|
DataQualityEvaluationRunAdditionalRunOptions |
withCompositeRuleEvaluationMethod(DQCompositeRuleEvaluationMethod compositeRuleEvaluationMethod)
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
|
DataQualityEvaluationRunAdditionalRunOptions |
withCompositeRuleEvaluationMethod(String compositeRuleEvaluationMethod)
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
|
DataQualityEvaluationRunAdditionalRunOptions |
withResultsS3Prefix(String resultsS3Prefix)
Prefix for Amazon S3 to store results.
|
public DataQualityEvaluationRunAdditionalRunOptions()
public void setCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Whether or not to enable CloudWatch metrics.
cloudWatchMetricsEnabled
- Whether or not to enable CloudWatch metrics.public Boolean getCloudWatchMetricsEnabled()
Whether or not to enable CloudWatch metrics.
public DataQualityEvaluationRunAdditionalRunOptions withCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Whether or not to enable CloudWatch metrics.
cloudWatchMetricsEnabled
- Whether or not to enable CloudWatch metrics.public Boolean isCloudWatchMetricsEnabled()
Whether or not to enable CloudWatch metrics.
public void setResultsS3Prefix(String resultsS3Prefix)
Prefix for Amazon S3 to store results.
resultsS3Prefix
- Prefix for Amazon S3 to store results.public String getResultsS3Prefix()
Prefix for Amazon S3 to store results.
public DataQualityEvaluationRunAdditionalRunOptions withResultsS3Prefix(String resultsS3Prefix)
Prefix for Amazon S3 to store results.
resultsS3Prefix
- Prefix for Amazon S3 to store results.public void setCompositeRuleEvaluationMethod(String compositeRuleEvaluationMethod)
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
compositeRuleEvaluationMethod
- Set the evaluation method for composite rules in the ruleset to ROW/COLUMNDQCompositeRuleEvaluationMethod
public String getCompositeRuleEvaluationMethod()
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
DQCompositeRuleEvaluationMethod
public DataQualityEvaluationRunAdditionalRunOptions withCompositeRuleEvaluationMethod(String compositeRuleEvaluationMethod)
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
compositeRuleEvaluationMethod
- Set the evaluation method for composite rules in the ruleset to ROW/COLUMNDQCompositeRuleEvaluationMethod
public DataQualityEvaluationRunAdditionalRunOptions withCompositeRuleEvaluationMethod(DQCompositeRuleEvaluationMethod compositeRuleEvaluationMethod)
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
compositeRuleEvaluationMethod
- Set the evaluation method for composite rules in the ruleset to ROW/COLUMNDQCompositeRuleEvaluationMethod
public String toString()
toString
in class Object
Object.toString()
public DataQualityEvaluationRunAdditionalRunOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.