Class DataQualityEvaluationRunAdditionalRunOptions
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataQualityEvaluationRunAdditionalRunOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQualityEvaluationRunAdditionalRunOptions.Builder,DataQualityEvaluationRunAdditionalRunOptions>
@Generated("software.amazon.awssdk:codegen") public final class DataQualityEvaluationRunAdditionalRunOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityEvaluationRunAdditionalRunOptions.Builder,DataQualityEvaluationRunAdditionalRunOptions>
Additional run options you can specify for an evaluation run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQualityEvaluationRunAdditionalRunOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQualityEvaluationRunAdditionalRunOptions.Builderbuilder()BooleancloudWatchMetricsEnabled()Whether or not to enable CloudWatch metrics.DQCompositeRuleEvaluationMethodcompositeRuleEvaluationMethod()Set the evaluation method for composite rules in the ruleset to ROW/COLUMNStringcompositeRuleEvaluationMethodAsString()Set the evaluation method for composite rules in the ruleset to ROW/COLUMNbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresultsS3Prefix()Prefix for Amazon S3 to store results.List<SdkField<?>>sdkFields()static Class<? extends DataQualityEvaluationRunAdditionalRunOptions.Builder>serializableBuilderClass()DataQualityEvaluationRunAdditionalRunOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchMetricsEnabled
public final Boolean cloudWatchMetricsEnabled()
Whether or not to enable CloudWatch metrics.
- Returns:
- Whether or not to enable CloudWatch metrics.
-
resultsS3Prefix
public final String resultsS3Prefix()
Prefix for Amazon S3 to store results.
- Returns:
- Prefix for Amazon S3 to store results.
-
compositeRuleEvaluationMethod
public final DQCompositeRuleEvaluationMethod compositeRuleEvaluationMethod()
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
If the service returns an enum value that is not available in the current SDK version,
compositeRuleEvaluationMethodwill returnDQCompositeRuleEvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompositeRuleEvaluationMethodAsString().- Returns:
- Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
- See Also:
DQCompositeRuleEvaluationMethod
-
compositeRuleEvaluationMethodAsString
public final String compositeRuleEvaluationMethodAsString()
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
If the service returns an enum value that is not available in the current SDK version,
compositeRuleEvaluationMethodwill returnDQCompositeRuleEvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompositeRuleEvaluationMethodAsString().- Returns:
- Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
- See Also:
DQCompositeRuleEvaluationMethod
-
toBuilder
public DataQualityEvaluationRunAdditionalRunOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQualityEvaluationRunAdditionalRunOptions.Builder,DataQualityEvaluationRunAdditionalRunOptions>
-
builder
public static DataQualityEvaluationRunAdditionalRunOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQualityEvaluationRunAdditionalRunOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-