@Generated(value="software.amazon.awssdk:codegen") public final class JobCommand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobCommand.Builder,JobCommand>
Specifies code that runs when a job is run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobCommand.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobCommand.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the job command.
|
String |
pythonVersion()
The Python version being used to run a Python shell job.
|
String |
scriptLocation()
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobCommand.Builder> |
serializableBuilderClass() |
JobCommand.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the job command. For an Apache Spark ETL job, this must be glueetl. For a Python shell
job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be
gluestreaming.
glueetl. For a Python
shell job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be
gluestreaming.public final String scriptLocation()
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
public final String pythonVersion()
The Python version being used to run a Python shell job. Allowed values are 2 or 3.
public JobCommand.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobCommand.Builder,JobCommand>public static JobCommand.Builder builder()
public static Class<? extends JobCommand.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.