@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartJobRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartJobRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartJobRunRequest |
addArgumentsEntry(String key,
String value) |
StartJobRunRequest |
clearArgumentsEntries()
Removes all the entries added into Arguments.
|
StartJobRunRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedCapacity()
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun.
|
Map<String,String> |
getArguments()
The job arguments specifically for this run.
|
String |
getJobName()
The name of the job definition to use.
|
String |
getJobRunId()
The ID of a previous JobRun to retry.
|
NotificationProperty |
getNotificationProperty()
Specifies configuration properties of a job run notification.
|
Integer |
getTimeout()
The job run timeout in minutes.
|
int |
hashCode() |
void |
setAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun.
|
void |
setArguments(Map<String,String> arguments)
The job arguments specifically for this run.
|
void |
setJobName(String jobName)
The name of the job definition to use.
|
void |
setJobRunId(String jobRunId)
The ID of a previous JobRun to retry.
|
void |
setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
void |
setTimeout(Integer timeout)
The job run timeout in minutes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartJobRunRequest |
withAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun.
|
StartJobRunRequest |
withArguments(Map<String,String> arguments)
The job arguments specifically for this run.
|
StartJobRunRequest |
withJobName(String jobName)
The name of the job definition to use.
|
StartJobRunRequest |
withJobRunId(String jobRunId)
The ID of a previous JobRun to retry.
|
StartJobRunRequest |
withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
StartJobRunRequest |
withTimeout(Integer timeout)
The job run timeout in minutes.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setJobName(String jobName)
The name of the job definition to use.
jobName
- The name of the job definition to use.public String getJobName()
The name of the job definition to use.
public StartJobRunRequest withJobName(String jobName)
The name of the job definition to use.
jobName
- The name of the job definition to use.public void setJobRunId(String jobRunId)
The ID of a previous JobRun to retry.
jobRunId
- The ID of a previous JobRun to retry.public String getJobRunId()
The ID of a previous JobRun to retry.
public StartJobRunRequest withJobRunId(String jobRunId)
The ID of a previous JobRun to retry.
jobRunId
- The ID of a previous JobRun to retry.public Map<String,String> getArguments()
The job arguments specifically for this run. They override the equivalent default arguments set for in the job definition itself.
You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide.
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide.
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
public void setArguments(Map<String,String> arguments)
The job arguments specifically for this run. They override the equivalent default arguments set for in the job definition itself.
You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide.
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
arguments
- The job arguments specifically for this run. They override the equivalent default arguments set for in the
job definition itself.
You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide.
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
public StartJobRunRequest withArguments(Map<String,String> arguments)
The job arguments specifically for this run. They override the equivalent default arguments set for in the job definition itself.
You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide.
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
arguments
- The job arguments specifically for this run. They override the equivalent default arguments set for in the
job definition itself.
You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide.
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
public StartJobRunRequest addArgumentsEntry(String key, String value)
public StartJobRunRequest clearArgumentsEntries()
public void setAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
allocatedCapacity
- The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be
allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of
compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.public Integer getAllocatedCapacity()
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
public StartJobRunRequest withAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
allocatedCapacity
- The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be
allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of
compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.public void setTimeout(Integer timeout)
The job run timeout in minutes. It overrides the timeout value of the job.
timeout
- The job run timeout in minutes. It overrides the timeout value of the job.public Integer getTimeout()
The job run timeout in minutes. It overrides the timeout value of the job.
public StartJobRunRequest withTimeout(Integer timeout)
The job run timeout in minutes. It overrides the timeout value of the job.
timeout
- The job run timeout in minutes. It overrides the timeout value of the job.public void setNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
notificationProperty
- Specifies configuration properties of a job run notification.public NotificationProperty getNotificationProperty()
Specifies configuration properties of a job run notification.
public StartJobRunRequest withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
notificationProperty
- Specifies configuration properties of a job run notification.public String toString()
toString
in class Object
Object.toString()
public StartJobRunRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.