| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobRun.clone() |
JobRun |
JobRun.withAttempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
|
JobRun |
JobRun.withCompletedOn(Date completedOn)
The date and time when the job completed processing.
|
JobRun |
JobRun.withDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
JobRun |
JobRun.withDatabaseOutputs(DatabaseOutput... databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
JobRun |
JobRun.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun |
JobRun.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun |
JobRun.withDatasetName(String datasetName)
The name of the dataset for the job to process.
|
JobRun |
JobRun.withErrorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
|
JobRun |
JobRun.withExecutionTime(Integer executionTime)
The amount of time, in seconds, during which a job run consumed resources.
|
JobRun |
JobRun.withJobName(String jobName)
The name of the job being processed during this run.
|
JobRun |
JobRun.withJobSample(JobSample jobSample)
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is
run.
|
JobRun |
JobRun.withLogGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
JobRun |
JobRun.withLogSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
JobRun |
JobRun.withLogSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
JobRun |
JobRun.withOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
JobRun |
JobRun.withOutputs(Output... outputs)
One or more output artifacts from a job run.
|
JobRun |
JobRun.withRecipeReference(RecipeReference recipeReference)
The set of steps processed by the job.
|
JobRun |
JobRun.withRunId(String runId)
The unique identifier of the job run.
|
JobRun |
JobRun.withStartedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who initiated the job run.
|
JobRun |
JobRun.withStartedOn(Date startedOn)
The date and time when the job run began.
|
JobRun |
JobRun.withState(JobRunState state)
The current state of the job run entity itself.
|
JobRun |
JobRun.withState(String state)
The current state of the job run entity itself.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobRun> |
ListJobRunsResult.getJobRuns()
A list of job runs that have occurred for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobRunsResult.setJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
Copyright © 2021. All rights reserved.