public static interface JobRun.Builder extends SdkPojo, CopyableBuilder<JobRun.Builder,JobRun>
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
attempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
|
JobRun.Builder |
completedOn(Instant completedOn)
The date and time when the job completed processing.
|
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 |
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 |
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 |
dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun.Builder |
dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun.Builder |
dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun.Builder |
datasetName(String datasetName)
The name of the dataset for the job to process.
|
JobRun.Builder |
errorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
|
JobRun.Builder |
executionTime(Integer executionTime)
The amount of time, in seconds, during which a job run consumed resources.
|
JobRun.Builder |
jobName(String jobName)
The name of the job being processed during this run.
|
default 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 |
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 |
logGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
JobRun.Builder |
logSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
JobRun.Builder |
logSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
JobRun.Builder |
outputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
JobRun.Builder |
outputs(Consumer<Output.Builder>... outputs)
One or more output artifacts from a job run.
|
JobRun.Builder |
outputs(Output... outputs)
One or more output artifacts from a job run.
|
default JobRun.Builder |
recipeReference(Consumer<RecipeReference.Builder> recipeReference)
The set of steps processed by the job.
|
JobRun.Builder |
recipeReference(RecipeReference recipeReference)
The set of steps processed by the job.
|
JobRun.Builder |
runId(String runId)
The unique identifier of the job run.
|
JobRun.Builder |
startedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who initiated the job run.
|
JobRun.Builder |
startedOn(Instant startedOn)
The date and time when the job run began.
|
JobRun.Builder |
state(JobRunState state)
The current state of the job run entity itself.
|
JobRun.Builder |
state(String state)
The current state of the job run entity itself.
|
JobRun.Builder |
validationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job run.
|
JobRun.Builder |
validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations)
List of validation configurations that are applied to the profile job run.
|
JobRun.Builder |
validationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobRun.Builder attempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
attempt - The number of times that DataBrew has attempted to run the job.JobRun.Builder completedOn(Instant completedOn)
The date and time when the job completed processing.
completedOn - The date and time when the job completed processing.JobRun.Builder datasetName(String datasetName)
The name of the dataset for the job to process.
datasetName - The name of the dataset for the job to process.JobRun.Builder errorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
errorMessage - A message indicating an error (if any) that was encountered when the job ran.JobRun.Builder executionTime(Integer executionTime)
The amount of time, in seconds, during which a job run consumed resources.
executionTime - The amount of time, in seconds, during which a job run consumed resources.JobRun.Builder jobName(String jobName)
The name of the job being processed during this run.
jobName - The name of the job being processed during this run.JobRun.Builder runId(String runId)
The unique identifier of the job run.
runId - The unique identifier of the job run.JobRun.Builder state(String state)
The current state of the job run entity itself.
state - The current state of the job run entity itself.JobRunState,
JobRunStateJobRun.Builder state(JobRunState state)
The current state of the job run entity itself.
state - The current state of the job run entity itself.JobRunState,
JobRunStateJobRun.Builder logSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
logSubscription - The current status of Amazon CloudWatch logging for the job run.LogSubscription,
LogSubscriptionJobRun.Builder logSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
logSubscription - The current status of Amazon CloudWatch logging for the job run.LogSubscription,
LogSubscriptionJobRun.Builder logGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
logGroupName - The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.JobRun.Builder outputs(Collection<Output> outputs)
One or more output artifacts from a job run.
outputs - One or more output artifacts from a job run.JobRun.Builder outputs(Output... outputs)
One or more output artifacts from a job run.
outputs - One or more output artifacts from a job run.JobRun.Builder outputs(Consumer<Output.Builder>... outputs)
One or more output artifacts from a job run.
This is a convenience method that creates an instance of theOutput.Builder avoiding the need to create one
manually via Output.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #outputs(List.
outputs - a consumer that will call methods on
Output.Builder#outputs(java.util.CollectionJobRun.Builder dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.JobRun.Builder dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.JobRun.Builder dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
This is a convenience method that creates an instance of theDataCatalogOutput.Builder avoiding the need to create
one manually via DataCatalogOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dataCatalogOutputs(List.
dataCatalogOutputs - a consumer that will call methods on
DataCatalogOutput.Builder#dataCatalogOutputs(java.util.Collection) 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.
databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.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.
databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.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.
This is a convenience method that creates an instance of theDatabaseOutput.Builder avoiding the need to create one
manually via DatabaseOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #databaseOutputs(List.
databaseOutputs - a consumer that will call methods on
DatabaseOutput.Builder#databaseOutputs(java.util.Collection) JobRun.Builder recipeReference(RecipeReference recipeReference)
The set of steps processed by the job.
recipeReference - The set of steps processed by the job.default JobRun.Builder recipeReference(Consumer<RecipeReference.Builder> recipeReference)
The set of steps processed by the job.
This is a convenience method that creates an instance of theRecipeReference.Builder avoiding the
need to create one manually via RecipeReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recipeReference(RecipeReference).
recipeReference - a consumer that will call methods on RecipeReference.BuilderrecipeReference(RecipeReference)JobRun.Builder startedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who initiated the job run.
startedBy - The Amazon Resource Name (ARN) of the user who initiated the job run.JobRun.Builder startedOn(Instant startedOn)
The date and time when the job run began.
startedOn - The date and time when the job run began.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. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS
for the mode parameter and 20,000 for the size parameter.
jobSample - A sample configuration for profile jobs only, which determines the number of rows on which the profile
job is run. If a JobSample value isn't provided, the default is used. The default value
is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.default 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. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS
for the mode parameter and 20,000 for the size parameter.
JobSample.Builder avoiding the need to
create one manually via JobSample.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobSample(JobSample).
jobSample - a consumer that will call methods on JobSample.BuilderjobSample(JobSample)JobRun.Builder validationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job run.
validationConfigurations - List of validation configurations that are applied to the profile job run.JobRun.Builder validationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job run.
validationConfigurations - List of validation configurations that are applied to the profile job run.JobRun.Builder validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations)
List of validation configurations that are applied to the profile job run.
This is a convenience method that creates an instance of theValidationConfiguration.Builder avoiding the need to
create one manually via
ValidationConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #validationConfigurations(List.
validationConfigurations - a consumer that will call methods on
ValidationConfiguration.Builder#validationConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.