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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionCommand.Buildername(String name)Specifies the name of the SessionCommand.SessionCommand.BuilderpythonVersion(String pythonVersion)Specifies the Python version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
SessionCommand.Builder name(String 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.
-
-