JobRun.Builder |
JobRun.Builder.attempt(Integer attempt) |
The number of times that DataBrew has attempted to run the job.
|
static JobRun.Builder |
JobRun.builder() |
|
JobRun.Builder |
JobRun.Builder.completedOn(Instant completedOn) |
The date and time when the job completed processing.
|
JobRun.Builder |
JobRun.Builder.databaseOutputs(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.Builder |
JobRun.Builder.databaseOutputs(Consumer<DatabaseOutput.Builder>... databaseOutputs) |
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe
job to write into.
|
JobRun.Builder |
JobRun.Builder.databaseOutputs(DatabaseOutput... databaseOutputs) |
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe
job to write into.
|
JobRun.Builder |
JobRun.Builder.dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun.Builder |
JobRun.Builder.dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun.Builder |
JobRun.Builder.dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs) |
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun.Builder |
JobRun.Builder.datasetName(String datasetName) |
The name of the dataset for the job to process.
|
JobRun.Builder |
JobRun.Builder.errorMessage(String errorMessage) |
A message indicating an error (if any) that was encountered when the job ran.
|
JobRun.Builder |
JobRun.Builder.executionTime(Integer executionTime) |
The amount of time, in seconds, during which a job run consumed resources.
|
JobRun.Builder |
JobRun.Builder.jobName(String jobName) |
The name of the job being processed during this run.
|
default JobRun.Builder |
JobRun.Builder.jobSample(Consumer<JobSample.Builder> jobSample) |
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is
run.
|
JobRun.Builder |
JobRun.Builder.jobSample(JobSample jobSample) |
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is
run.
|
JobRun.Builder |
JobRun.Builder.logGroupName(String logGroupName) |
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
JobRun.Builder |
JobRun.Builder.logSubscription(String logSubscription) |
The current status of Amazon CloudWatch logging for the job run.
|
JobRun.Builder |
JobRun.Builder.logSubscription(LogSubscription logSubscription) |
The current status of Amazon CloudWatch logging for the job run.
|
JobRun.Builder |
JobRun.Builder.outputs(Collection<Output> outputs) |
One or more output artifacts from a job run.
|
JobRun.Builder |
JobRun.Builder.outputs(Consumer<Output.Builder>... outputs) |
One or more output artifacts from a job run.
|
JobRun.Builder |
JobRun.Builder.outputs(Output... outputs) |
One or more output artifacts from a job run.
|
default JobRun.Builder |
JobRun.Builder.recipeReference(Consumer<RecipeReference.Builder> recipeReference) |
The set of steps processed by the job.
|
JobRun.Builder |
JobRun.Builder.recipeReference(RecipeReference recipeReference) |
The set of steps processed by the job.
|
JobRun.Builder |
JobRun.Builder.runId(String runId) |
The unique identifier of the job run.
|
JobRun.Builder |
JobRun.Builder.startedBy(String startedBy) |
The Amazon Resource Name (ARN) of the user who initiated the job run.
|
JobRun.Builder |
JobRun.Builder.startedOn(Instant startedOn) |
The date and time when the job run began.
|
JobRun.Builder |
JobRun.Builder.state(String state) |
The current state of the job run entity itself.
|
JobRun.Builder |
JobRun.Builder.state(JobRunState state) |
The current state of the job run entity itself.
|
JobRun.Builder |
JobRun.toBuilder() |
|
JobRun.Builder |
JobRun.Builder.validationConfigurations(Collection<ValidationConfiguration> validationConfigurations) |
List of validation configurations that are applied to the profile job run.
|
JobRun.Builder |
JobRun.Builder.validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations) |
List of validation configurations that are applied to the profile job run.
|
JobRun.Builder |
JobRun.Builder.validationConfigurations(ValidationConfiguration... validationConfigurations) |
List of validation configurations that are applied to the profile job run.
|