Class SessionCommand
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.SessionCommand
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SessionCommand.Builder,SessionCommand>
@Generated("software.amazon.awssdk:codegen") public final class SessionCommand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionCommand.Builder,SessionCommand>
The
SessionCommand
that runs the job.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SessionCommand.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
- Returns:
- Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
-
pythonVersion
public final String pythonVersion()
Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
- Returns:
- Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.
-
toBuilder
public SessionCommand.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SessionCommand.Builder,SessionCommand>
-
builder
public static SessionCommand.Builder builder()
-
serializableBuilderClass
public static Class<? extends SessionCommand.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-