Class SparkGluePropertiesOutput

    • Method Detail

      • additionalArgs

        public final SparkGlueArgs additionalArgs()

        The additional args in the Spark Amazon Web Services Glue properties.

        Returns:
        The additional args in the Spark Amazon Web Services Glue properties.
      • glueConnectionName

        public final String glueConnectionName()

        The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.

        Returns:
        The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.
      • glueVersion

        public final String glueVersion()

        The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.

        Returns:
        The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.
      • idleTimeout

        public final Integer idleTimeout()

        The idle timeout in the Spark Amazon Web Services Glue properties.

        Returns:
        The idle timeout in the Spark Amazon Web Services Glue properties.
      • javaVirtualEnv

        public final String javaVirtualEnv()

        The Java virtual env in the Spark Amazon Web Services Glue properties.

        Returns:
        The Java virtual env in the Spark Amazon Web Services Glue properties.
      • numberOfWorkers

        public final Integer numberOfWorkers()

        The number of workers in the Spark Amazon Web Services Glue properties.

        Returns:
        The number of workers in the Spark Amazon Web Services Glue properties.
      • pythonVirtualEnv

        public final String pythonVirtualEnv()

        The Python virtual env in the Spark Amazon Web Services Glue properties.

        Returns:
        The Python virtual env in the Spark Amazon Web Services Glue properties.
      • workerType

        public final String workerType()

        The worker type in the Spark Amazon Web Services Glue properties.

        Returns:
        The worker type in the Spark Amazon Web Services Glue properties.
      • 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)