Interface SparkEmrPropertiesInput.Builder

  • Method Details

    • computeArn

      SparkEmrPropertiesInput.Builder computeArn(String computeArn)

      The compute ARN of Spark EMR.

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

      SparkEmrPropertiesInput.Builder instanceProfileArn(String instanceProfileArn)

      The instance profile ARN of Spark EMR.

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

      SparkEmrPropertiesInput.Builder javaVirtualEnv(String javaVirtualEnv)

      The java virtual env of the Spark EMR.

      Parameters:
      javaVirtualEnv - The java virtual env of the Spark EMR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logUri

      The log URI of the Spark EMR.

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

      SparkEmrPropertiesInput.Builder pythonVirtualEnv(String pythonVirtualEnv)

      The Python virtual env of the Spark EMR.

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

      SparkEmrPropertiesInput.Builder runtimeRole(String runtimeRole)

      The runtime role of the Spark EMR.

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

      SparkEmrPropertiesInput.Builder trustedCertificatesS3Uri(String trustedCertificatesS3Uri)

      The certificates S3 URI of the Spark EMR.

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