Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateJobResult> |
AWSGlueAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSGlueAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a new job definition.
|
Future<CreateJobResult> |
AbstractAWSGlueAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.addCodeGenConfigurationNodesEntry(String key,
CodeGenConfigurationNode value)
Add a single CodeGenConfigurationNodes entry
|
CreateJobRequest |
CreateJobRequest.addDefaultArgumentsEntry(String key,
String value)
Add a single DefaultArguments entry
|
CreateJobRequest |
CreateJobRequest.addNonOverridableArgumentsEntry(String key,
String value)
Add a single NonOverridableArguments entry
|
CreateJobRequest |
CreateJobRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateJobRequest |
CreateJobRequest.clearCodeGenConfigurationNodesEntries()
Removes all the entries added into CodeGenConfigurationNodes.
|
CreateJobRequest |
CreateJobRequest.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
CreateJobRequest |
CreateJobRequest.clearNonOverridableArgumentsEntries()
Removes all the entries added into NonOverridableArguments.
|
CreateJobRequest |
CreateJobRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAllocatedCapacity(Integer allocatedCapacity)
Deprecated.
|
CreateJobRequest |
CreateJobRequest.withCodeGenConfigurationNodes(Map<String,CodeGenConfigurationNode> codeGenConfigurationNodes)
The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio
code generation is based.
|
CreateJobRequest |
CreateJobRequest.withCommand(JobCommand command)
The
JobCommand that runs this job. |
CreateJobRequest |
CreateJobRequest.withConnections(ConnectionsList connections)
The connections used for this job.
|
CreateJobRequest |
CreateJobRequest.withDefaultArguments(Map<String,String> defaultArguments)
The default arguments for this job.
|
CreateJobRequest |
CreateJobRequest.withDescription(String description)
Description of the job being defined.
|
CreateJobRequest |
CreateJobRequest.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
CreateJobRequest |
CreateJobRequest.withExecutionClass(String executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
CreateJobRequest |
CreateJobRequest.withExecutionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
CreateJobRequest |
CreateJobRequest.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that Glue supports.
|
CreateJobRequest |
CreateJobRequest.withLogUri(String logUri)
This field is reserved for future use.
|
CreateJobRequest |
CreateJobRequest.withMaxCapacity(Double maxCapacity)
For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units
(DPUs) that can be allocated when this job runs.
|
CreateJobRequest |
CreateJobRequest.withMaxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
|
CreateJobRequest |
CreateJobRequest.withName(String name)
The name you assign to this job definition.
|
CreateJobRequest |
CreateJobRequest.withNonOverridableArguments(Map<String,String> nonOverridableArguments)
Non-overridable arguments for this job, specified as name-value pairs.
|
CreateJobRequest |
CreateJobRequest.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
CreateJobRequest |
CreateJobRequest.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
CreateJobRequest |
CreateJobRequest.withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
|
CreateJobRequest |
CreateJobRequest.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this job. |
CreateJobRequest |
CreateJobRequest.withSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
CreateJobRequest |
CreateJobRequest.withTags(Map<String,String> tags)
The tags to use with this job.
|
CreateJobRequest |
CreateJobRequest.withTimeout(Integer timeout)
The job timeout in minutes.
|
CreateJobRequest |
CreateJobRequest.withWorkerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateJobRequest |
CreateJobRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Copyright © 2022. All rights reserved.