Interface SessionCommand.Builder

  • Method Details

    • name

      Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.

      Parameters:
      name - Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pythonVersion

      SessionCommand.Builder pythonVersion(String pythonVersion)

      Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.

      Parameters:
      pythonVersion - Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
      Returns:
      Returns a reference to this object so that method calls can be chained together.