@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
String |
getSecurityConfiguration()
The name of the SecurityConfiguration structure to be used with this job run.
|
Integer |
getTimeout()
The JobRun 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 |
setSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
|
void |
setTimeout(Integer timeout)
The JobRun 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 |
withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
|
StartJobRunRequest |
withTimeout(Integer timeout)
The JobRun timeout in minutes.
|
addHandlerContext, 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 JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is
terminated and enters TIMEOUT
status. The default is 2,880 minutes (48 hours). This overrides the
timeout value set in the parent job.
timeout
- The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is
terminated and enters TIMEOUT
status. The default is 2,880 minutes (48 hours). This overrides
the timeout value set in the parent job.public Integer getTimeout()
The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is
terminated and enters TIMEOUT
status. The default is 2,880 minutes (48 hours). This overrides the
timeout value set in the parent job.
TIMEOUT
status. The default is 2,880 minutes (48 hours). This
overrides the timeout value set in the parent job.public StartJobRunRequest withTimeout(Integer timeout)
The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is
terminated and enters TIMEOUT
status. The default is 2,880 minutes (48 hours). This overrides the
timeout value set in the parent job.
timeout
- The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is
terminated and enters TIMEOUT
status. The default is 2,880 minutes (48 hours). This overrides
the timeout value set in the parent 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 void setSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
securityConfiguration
- The name of the SecurityConfiguration structure to be used with this job run.public String getSecurityConfiguration()
The name of the SecurityConfiguration structure to be used with this job run.
public StartJobRunRequest withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
securityConfiguration
- The name of the SecurityConfiguration structure to be used with this job run.public String toString()
toString
in class Object
Object.toString()
public StartJobRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.