@Generated(value="software.amazon.awssdk:codegen") public final class JobCommand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobCommand.Builder,JobCommand>
Specifies code executed 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 execute a Python shell job.
|
String |
scriptLocation()
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes 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 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 String scriptLocation()
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job.
public String pythonVersion()
The Python version being used to execute 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.