Class SparkEmrPropertiesPatch

    • Method Detail

      • computeArn

        public final String computeArn()

        The compute ARN in the Spark EMR properties patch.

        Returns:
        The compute ARN in the Spark EMR properties patch.
      • instanceProfileArn

        public final String instanceProfileArn()

        The instance profile ARN in the Spark EMR properties patch.

        Returns:
        The instance profile ARN in the Spark EMR properties patch.
      • javaVirtualEnv

        public final String javaVirtualEnv()

        The Java virtual evn in the Spark EMR properties patch.

        Returns:
        The Java virtual evn in the Spark EMR properties patch.
      • logUri

        public final String logUri()

        The log URI in the Spark EMR properties patch.

        Returns:
        The log URI in the Spark EMR properties patch.
      • pythonVirtualEnv

        public final String pythonVirtualEnv()

        The Python virtual env in the Spark EMR properties patch.

        Returns:
        The Python virtual env in the Spark EMR properties patch.
      • runtimeRole

        public final String runtimeRole()

        The runtime role in the Spark EMR properties patch.

        Returns:
        The runtime role in the Spark EMR properties patch.
      • trustedCertificatesS3Uri

        public final String trustedCertificatesS3Uri()

        The trusted certificates S3 URI in the Spark EMR properties patch.

        Returns:
        The trusted certificates S3 URI in the Spark EMR properties patch.
      • 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)