Class ValidationConfiguration

    • Method Detail

      • rulesetArn

        public final String rulesetArn()

        The Amazon Resource Name (ARN) for the ruleset to be validated in the profile job. The TargetArn of the selected ruleset should be the same as the Amazon Resource Name (ARN) of the dataset that is associated with the profile job.

        Returns:
        The Amazon Resource Name (ARN) for the ruleset to be validated in the profile job. The TargetArn of the selected ruleset should be the same as the Amazon Resource Name (ARN) of the dataset that is associated with the profile job.
      • validationMode

        public final ValidationMode validationMode()

        Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.

        If the service returns an enum value that is not available in the current SDK version, validationMode will return ValidationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from validationModeAsString().

        Returns:
        Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
        See Also:
        ValidationMode
      • validationModeAsString

        public final String validationModeAsString()

        Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.

        If the service returns an enum value that is not available in the current SDK version, validationMode will return ValidationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from validationModeAsString().

        Returns:
        Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
        See Also:
        ValidationMode
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)