Interface SparkEmrPropertiesPatch.Builder

  • Method Details

    • computeArn

      SparkEmrPropertiesPatch.Builder computeArn(String computeArn)

      The compute ARN in the Spark EMR properties patch.

      Parameters:
      computeArn - The compute ARN in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceProfileArn

      SparkEmrPropertiesPatch.Builder instanceProfileArn(String instanceProfileArn)

      The instance profile ARN in the Spark EMR properties patch.

      Parameters:
      instanceProfileArn - The instance profile ARN in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • javaVirtualEnv

      SparkEmrPropertiesPatch.Builder javaVirtualEnv(String javaVirtualEnv)

      The Java virtual evn in the Spark EMR properties patch.

      Parameters:
      javaVirtualEnv - The Java virtual evn in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logUri

      The log URI in the Spark EMR properties patch.

      Parameters:
      logUri - The log URI in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pythonVirtualEnv

      SparkEmrPropertiesPatch.Builder pythonVirtualEnv(String pythonVirtualEnv)

      The Python virtual env in the Spark EMR properties patch.

      Parameters:
      pythonVirtualEnv - The Python virtual env in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runtimeRole

      SparkEmrPropertiesPatch.Builder runtimeRole(String runtimeRole)

      The runtime role in the Spark EMR properties patch.

      Parameters:
      runtimeRole - The runtime role in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustedCertificatesS3Uri

      SparkEmrPropertiesPatch.Builder trustedCertificatesS3Uri(String trustedCertificatesS3Uri)

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

      Parameters:
      trustedCertificatesS3Uri - The trusted certificates S3 URI in the Spark EMR properties patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.