Interface SessionCommand.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SessionCommand.Builder,SessionCommand>, SdkBuilder<SessionCommand.Builder,SessionCommand>, SdkPojo
Enclosing class:
SessionCommand

public static interface SessionCommand.Builder extends SdkPojo, CopyableBuilder<SessionCommand.Builder,SessionCommand>
  • 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.