public static interface DescribeJobRunResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobRunResponse.Builder,DescribeJobRunResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobRunResponse.Builder |
attempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
|
DescribeJobRunResponse.Builder |
completedOn(Instant completedOn)
The date and time when the job completed processing.
|
DescribeJobRunResponse.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.
|
DescribeJobRunResponse.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.
|
DescribeJobRunResponse.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.
|
DescribeJobRunResponse.Builder |
dataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResponse.Builder |
dataCatalogOutputs(Consumer<DataCatalogOutput.Builder>... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResponse.Builder |
dataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResponse.Builder |
datasetName(String datasetName)
The name of the dataset for the job to process.
|
DescribeJobRunResponse.Builder |
errorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
|
DescribeJobRunResponse.Builder |
executionTime(Integer executionTime)
The amount of time, in seconds, during which the job run consumed resources.
|
DescribeJobRunResponse.Builder |
jobName(String jobName)
The name of the job being processed during this run.
|
default DescribeJobRunResponse.Builder |
jobSample(Consumer<JobSample.Builder> jobSample)
Sample configuration for profile jobs only.
|
DescribeJobRunResponse.Builder |
jobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
DescribeJobRunResponse.Builder |
logGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
DescribeJobRunResponse.Builder |
logSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
DescribeJobRunResponse.Builder |
logSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
DescribeJobRunResponse.Builder |
outputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
DescribeJobRunResponse.Builder |
outputs(Consumer<Output.Builder>... outputs)
One or more output artifacts from a job run.
|
DescribeJobRunResponse.Builder |
outputs(Output... outputs)
One or more output artifacts from a job run.
|
default DescribeJobRunResponse.Builder |
profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration)
Configuration for profile jobs.
|
DescribeJobRunResponse.Builder |
profileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs.
|
default DescribeJobRunResponse.Builder |
recipeReference(Consumer<RecipeReference.Builder> recipeReference)
Sets the value of the RecipeReference property for this object.
|
DescribeJobRunResponse.Builder |
recipeReference(RecipeReference recipeReference)
Sets the value of the RecipeReference property for this object.
|
DescribeJobRunResponse.Builder |
runId(String runId)
The unique identifier of the job run.
|
DescribeJobRunResponse.Builder |
startedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who started the job run.
|
DescribeJobRunResponse.Builder |
startedOn(Instant startedOn)
The date and time when the job run began.
|
DescribeJobRunResponse.Builder |
state(JobRunState state)
The current state of the job run entity itself.
|
DescribeJobRunResponse.Builder |
state(String state)
The current state of the job run entity itself.
|
DescribeJobRunResponse.Builder |
validationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobRunResponse.Builder |
validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobRunResponse.Builder |
validationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeJobRunResponse.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.DescribeJobRunResponse.Builder completedOn(Instant completedOn)
The date and time when the job completed processing.
completedOn - The date and time when the job completed processing.DescribeJobRunResponse.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.DescribeJobRunResponse.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.DescribeJobRunResponse.Builder executionTime(Integer executionTime)
The amount of time, in seconds, during which the job run consumed resources.
executionTime - The amount of time, in seconds, during which the job run consumed resources.DescribeJobRunResponse.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.DescribeJobRunResponse.Builder profileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
profileConfiguration - Configuration for profile jobs. Used to select columns, do evaluations, and override default
parameters of evaluations. When configuration is null, the profile job will run with default settings.default DescribeJobRunResponse.Builder profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration)
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
This is a convenience method that creates an instance of theProfileConfiguration.Builder avoiding
the need to create one manually via ProfileConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to profileConfiguration(ProfileConfiguration).
profileConfiguration - a consumer that will call methods on ProfileConfiguration.BuilderprofileConfiguration(ProfileConfiguration)DescribeJobRunResponse.Builder validationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
validationConfigurations - List of validation configurations that are applied to the profile job.DescribeJobRunResponse.Builder validationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
validationConfigurations - List of validation configurations that are applied to the profile job.DescribeJobRunResponse.Builder validationConfigurations(Consumer<ValidationConfiguration.Builder>... validationConfigurations)
List of validation configurations that are applied to the profile job.
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) DescribeJobRunResponse.Builder runId(String runId)
The unique identifier of the job run.
runId - The unique identifier of the job run.DescribeJobRunResponse.Builder state(String state)
The current state of the job run entity itself.
state - The current state of the job run entity itself.JobRunState,
JobRunStateDescribeJobRunResponse.Builder state(JobRunState state)
The current state of the job run entity itself.
state - The current state of the job run entity itself.JobRunState,
JobRunStateDescribeJobRunResponse.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,
LogSubscriptionDescribeJobRunResponse.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,
LogSubscriptionDescribeJobRunResponse.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.DescribeJobRunResponse.Builder outputs(Collection<Output> outputs)
One or more output artifacts from a job run.
outputs - One or more output artifacts from a job run.DescribeJobRunResponse.Builder outputs(Output... outputs)
One or more output artifacts from a job run.
outputs - One or more output artifacts from a job run.DescribeJobRunResponse.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.CollectionDescribeJobRunResponse.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.DescribeJobRunResponse.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.DescribeJobRunResponse.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) DescribeJobRunResponse.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.DescribeJobRunResponse.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.DescribeJobRunResponse.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) DescribeJobRunResponse.Builder recipeReference(RecipeReference recipeReference)
recipeReference - The new value for the RecipeReference property for this object.default DescribeJobRunResponse.Builder recipeReference(Consumer<RecipeReference.Builder> recipeReference)
RecipeReference.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)DescribeJobRunResponse.Builder startedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who started the job run.
startedBy - The Amazon Resource Name (ARN) of the user who started the job run.DescribeJobRunResponse.Builder startedOn(Instant startedOn)
The date and time when the job run began.
startedOn - The date and time when the job run began.DescribeJobRunResponse.Builder jobSample(JobSample jobSample)
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
jobSample - Sample configuration for profile jobs only. Determines the number of rows on which the profile job
will be executed. If a JobSample value is not provided, the default value will be used. The default
value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.default DescribeJobRunResponse.Builder jobSample(Consumer<JobSample.Builder> jobSample)
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
This is a convenience method that creates an instance of theJobSample.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)Copyright © 2023. All rights reserved.