@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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
name()
 The name of the job command: this must be  
glueetl. | 
String | 
scriptLocation()
 Specifies the S3 path to a script that executes a job (required). 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends JobCommand.Builder> | 
serializableBuilderClass()  | 
JobCommand.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String name()
 The name of the job command: this must be glueetl.
 
glueetl.public String scriptLocation()
Specifies the S3 path to a script that executes a job (required).
public JobCommand.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JobCommand.Builder,JobCommand>public static JobCommand.Builder builder()
public static Class<? extends JobCommand.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.