Interface SessionCommand.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionCommand.Builder,
,SessionCommand> SdkBuilder<SessionCommand.Builder,
,SessionCommand> SdkPojo
- Enclosing class:
SessionCommand
@Mutable
@NotThreadSafe
public static interface SessionCommand.Builder
extends SdkPojo, CopyableBuilder<SessionCommand.Builder,SessionCommand>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the name of the SessionCommand.pythonVersion
(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 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
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.
-