| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Job |
Job.clearTagsEntries()
Removes all the entries added into Tags.
|
Job |
Job.clone() |
Job |
Job.withAccountId(String accountId)
The ID of the AWS account that owns the job.
|
Job |
Job.withCreateDate(Date createDate)
The date and time that the job was created.
|
Job |
Job.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the job.
|
Job |
Job.withDatasetName(String datasetName)
A dataset that the job is to process.
|
Job |
Job.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
|
Job |
Job.withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
Job |
Job.withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
Job |
Job.withJobSample(JobSample jobSample)
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is
run.
|
Job |
Job.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the job.
|
Job |
Job.withLastModifiedDate(Date lastModifiedDate)
The modification date and time of the job.
|
Job |
Job.withLogSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job.
|
Job |
Job.withLogSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job.
|
Job |
Job.withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that can be consumed when the job processes data.
|
Job |
Job.withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
Job |
Job.withName(String name)
The unique name of the job.
|
Job |
Job.withOutputs(Collection<Output> outputs)
One or more artifacts that represent output from running the job.
|
Job |
Job.withOutputs(Output... outputs)
One or more artifacts that represent output from running the job.
|
Job |
Job.withProjectName(String projectName)
The name of the project that the job is associated with.
|
Job |
Job.withRecipeReference(RecipeReference recipeReference)
A set of steps that the job runs.
|
Job |
Job.withResourceArn(String resourceArn)
The unique Amazon Resource Name (ARN) for the job.
|
Job |
Job.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role to be assumed for this job.
|
Job |
Job.withTags(Map<String,String> tags)
Metadata tags that have been applied to the job.
|
Job |
Job.withTimeout(Integer timeout)
The job's timeout in minutes.
|
Job |
Job.withType(JobType type)
The job type of the job, which must be one of the following:
|
Job |
Job.withType(String type)
The job type of the job, which must be one of the following:
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
ListJobsResult.getJobs()
A list of jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
A list of jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<Job> jobs)
A list of jobs that are defined.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
A list of jobs that are defined.
|
Copyright © 2021. All rights reserved.