@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DQResultsPublishingOptions extends Object implements Serializable, Cloneable, StructuredPojo
Options to configure how your data quality evaluation results are published.
Constructor and Description |
---|
DQResultsPublishingOptions() |
Modifier and Type | Method and Description |
---|---|
DQResultsPublishingOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCloudWatchMetricsEnabled()
Enable metrics for your data quality results.
|
String |
getEvaluationContext()
The context of the evaluation.
|
Boolean |
getResultsPublishingEnabled()
Enable publishing for your data quality results.
|
String |
getResultsS3Prefix()
The Amazon S3 prefix prepended to the results.
|
int |
hashCode() |
Boolean |
isCloudWatchMetricsEnabled()
Enable metrics for your data quality results.
|
Boolean |
isResultsPublishingEnabled()
Enable publishing for your data quality results.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Enable metrics for your data quality results.
|
void |
setEvaluationContext(String evaluationContext)
The context of the evaluation.
|
void |
setResultsPublishingEnabled(Boolean resultsPublishingEnabled)
Enable publishing for your data quality results.
|
void |
setResultsS3Prefix(String resultsS3Prefix)
The Amazon S3 prefix prepended to the results.
|
String |
toString()
Returns a string representation of this object.
|
DQResultsPublishingOptions |
withCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Enable metrics for your data quality results.
|
DQResultsPublishingOptions |
withEvaluationContext(String evaluationContext)
The context of the evaluation.
|
DQResultsPublishingOptions |
withResultsPublishingEnabled(Boolean resultsPublishingEnabled)
Enable publishing for your data quality results.
|
DQResultsPublishingOptions |
withResultsS3Prefix(String resultsS3Prefix)
The Amazon S3 prefix prepended to the results.
|
public void setEvaluationContext(String evaluationContext)
The context of the evaluation.
evaluationContext
- The context of the evaluation.public String getEvaluationContext()
The context of the evaluation.
public DQResultsPublishingOptions withEvaluationContext(String evaluationContext)
The context of the evaluation.
evaluationContext
- The context of the evaluation.public void setResultsS3Prefix(String resultsS3Prefix)
The Amazon S3 prefix prepended to the results.
resultsS3Prefix
- The Amazon S3 prefix prepended to the results.public String getResultsS3Prefix()
The Amazon S3 prefix prepended to the results.
public DQResultsPublishingOptions withResultsS3Prefix(String resultsS3Prefix)
The Amazon S3 prefix prepended to the results.
resultsS3Prefix
- The Amazon S3 prefix prepended to the results.public void setCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Enable metrics for your data quality results.
cloudWatchMetricsEnabled
- Enable metrics for your data quality results.public Boolean getCloudWatchMetricsEnabled()
Enable metrics for your data quality results.
public DQResultsPublishingOptions withCloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Enable metrics for your data quality results.
cloudWatchMetricsEnabled
- Enable metrics for your data quality results.public Boolean isCloudWatchMetricsEnabled()
Enable metrics for your data quality results.
public void setResultsPublishingEnabled(Boolean resultsPublishingEnabled)
Enable publishing for your data quality results.
resultsPublishingEnabled
- Enable publishing for your data quality results.public Boolean getResultsPublishingEnabled()
Enable publishing for your data quality results.
public DQResultsPublishingOptions withResultsPublishingEnabled(Boolean resultsPublishingEnabled)
Enable publishing for your data quality results.
resultsPublishingEnabled
- Enable publishing for your data quality results.public Boolean isResultsPublishingEnabled()
Enable publishing for your data quality results.
public String toString()
toString
in class Object
Object.toString()
public DQResultsPublishingOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.