public static interface SessionCommand.Builder extends SdkPojo, CopyableBuilder<SessionCommand.Builder,SessionCommand>
Modifier and Type | Method and Description |
---|---|
SessionCommand.Builder |
name(String name)
Specifies the name of the SessionCommand.
|
SessionCommand.Builder |
pythonVersion(String pythonVersion)
Specifies the Python version.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SessionCommand.Builder name(String name)
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
name
- Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.SessionCommand.Builder pythonVersion(String pythonVersion)
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
pythonVersion
- Specifies the Python version. The Python version indicates the version supported for jobs of type
Spark.Copyright © 2022. All rights reserved.