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
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
 
 
 -