| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeJobRunResult |
AWSGlueDataBrewClient.describeJobRun(DescribeJobRunRequest request)
Represents one run of a DataBrew job.
|
DescribeJobRunResult |
AbstractAWSGlueDataBrew.describeJobRun(DescribeJobRunRequest request) |
DescribeJobRunResult |
AWSGlueDataBrew.describeJobRun(DescribeJobRunRequest describeJobRunRequest)
Represents one run of a DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeJobRunResult> |
AbstractAWSGlueDataBrewAsync.describeJobRunAsync(DescribeJobRunRequest request,
AsyncHandler<DescribeJobRunRequest,DescribeJobRunResult> asyncHandler) |
Future<DescribeJobRunResult> |
AWSGlueDataBrewAsyncClient.describeJobRunAsync(DescribeJobRunRequest request,
AsyncHandler<DescribeJobRunRequest,DescribeJobRunResult> asyncHandler) |
Future<DescribeJobRunResult> |
AWSGlueDataBrewAsync.describeJobRunAsync(DescribeJobRunRequest describeJobRunRequest,
AsyncHandler<DescribeJobRunRequest,DescribeJobRunResult> asyncHandler)
Represents one run of a DataBrew job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobRunResult |
DescribeJobRunResult.clone() |
DescribeJobRunResult |
DescribeJobRunResult.withAttempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withCompletedOn(Date completedOn)
The date and time when the job completed processing.
|
DescribeJobRunResult |
DescribeJobRunResult.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.
|
DescribeJobRunResult |
DescribeJobRunResult.withDatabaseOutputs(DatabaseOutput... databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
DescribeJobRunResult |
DescribeJobRunResult.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withDatasetName(String datasetName)
The name of the dataset for the job to process.
|
DescribeJobRunResult |
DescribeJobRunResult.withErrorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
|
DescribeJobRunResult |
DescribeJobRunResult.withExecutionTime(Integer executionTime)
The amount of time, in seconds, during which the job run consumed resources.
|
DescribeJobRunResult |
DescribeJobRunResult.withJobName(String jobName)
The name of the job being processed during this run.
|
DescribeJobRunResult |
DescribeJobRunResult.withJobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
DescribeJobRunResult |
DescribeJobRunResult.withLogGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
DescribeJobRunResult |
DescribeJobRunResult.withLogSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withLogSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withOutputs(Output... outputs)
One or more output artifacts from a job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withProfileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs.
|
DescribeJobRunResult |
DescribeJobRunResult.withRecipeReference(RecipeReference recipeReference) |
DescribeJobRunResult |
DescribeJobRunResult.withRunId(String runId)
The unique identifier of the job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withStartedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who started the job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withStartedOn(Date startedOn)
The date and time when the job run began.
|
DescribeJobRunResult |
DescribeJobRunResult.withState(JobRunState state)
The current state of the job run entity itself.
|
DescribeJobRunResult |
DescribeJobRunResult.withState(String state)
The current state of the job run entity itself.
|
DescribeJobRunResult |
DescribeJobRunResult.withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobRunResult |
DescribeJobRunResult.withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
Copyright © 2023. All rights reserved.