Interface SparkGluePropertiesInput.Builder

    • Method Detail

      • additionalArgs

        SparkGluePropertiesInput.Builder additionalArgs​(SparkGlueArgs additionalArgs)

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

        Parameters:
        additionalArgs - The additional args in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glueConnectionName

        SparkGluePropertiesInput.Builder glueConnectionName​(String glueConnectionName)

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

        Parameters:
        glueConnectionName - The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glueVersion

        SparkGluePropertiesInput.Builder glueVersion​(String glueVersion)

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

        Parameters:
        glueVersion - The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idleTimeout

        SparkGluePropertiesInput.Builder idleTimeout​(Integer idleTimeout)

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

        Parameters:
        idleTimeout - The idle timeout in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • javaVirtualEnv

        SparkGluePropertiesInput.Builder javaVirtualEnv​(String javaVirtualEnv)

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

        Parameters:
        javaVirtualEnv - The Java virtual env in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfWorkers

        SparkGluePropertiesInput.Builder numberOfWorkers​(Integer numberOfWorkers)

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

        Parameters:
        numberOfWorkers - The number of workers in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pythonVirtualEnv

        SparkGluePropertiesInput.Builder pythonVirtualEnv​(String pythonVirtualEnv)

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

        Parameters:
        pythonVirtualEnv - The Python virtual env in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workerType

        SparkGluePropertiesInput.Builder workerType​(String workerType)

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

        Parameters:
        workerType - The worker type in the Spark Amazon Web Services Glue properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.