@Generated(value="software.amazon.awssdk:codegen") public final class SessionCommand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionCommand.Builder,SessionCommand>
The SessionCommand that runs the job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionCommand.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SessionCommand.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Specifies the name of the SessionCommand.
|
String |
pythonVersion()
Specifies the Python version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SessionCommand.Builder> |
serializableBuilderClass() |
SessionCommand.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
public final String pythonVersion()
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
public SessionCommand.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionCommand.Builder,SessionCommand>public static SessionCommand.Builder builder()
public static Class<? extends SessionCommand.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.