@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeJobRunResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobRunResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getAttempt()
The number of times that DataBrew has attempted to run the job.
|
Date |
getCompletedOn()
The date and time when the job completed processing.
|
List<DatabaseOutput> |
getDatabaseOutputs()
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
List<DataCatalogOutput> |
getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
String |
getDatasetName()
The name of the dataset for the job to process.
|
String |
getErrorMessage()
A message indicating an error (if any) that was encountered when the job ran.
|
Integer |
getExecutionTime()
The amount of time, in seconds, during which the job run consumed resources.
|
String |
getJobName()
The name of the job being processed during this run.
|
JobSample |
getJobSample()
Sample configuration for profile jobs only.
|
String |
getLogGroupName()
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
String |
getLogSubscription()
The current status of Amazon CloudWatch logging for the job run.
|
List<Output> |
getOutputs()
One or more output artifacts from a job run.
|
ProfileConfiguration |
getProfileConfiguration()
Configuration for profile jobs.
|
RecipeReference |
getRecipeReference() |
String |
getRunId()
The unique identifier of the job run.
|
String |
getStartedBy()
The Amazon Resource Name (ARN) of the user who started the job run.
|
Date |
getStartedOn()
The date and time when the job run began.
|
String |
getState()
The current state of the job run entity itself.
|
List<ValidationConfiguration> |
getValidationConfigurations()
List of validation configurations that are applied to the profile job.
|
int |
hashCode() |
void |
setAttempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
|
void |
setCompletedOn(Date completedOn)
The date and time when the job completed processing.
|
void |
setDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
void |
setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
void |
setDatasetName(String datasetName)
The name of the dataset for the job to process.
|
void |
setErrorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
|
void |
setExecutionTime(Integer executionTime)
The amount of time, in seconds, during which the job run consumed resources.
|
void |
setJobName(String jobName)
The name of the job being processed during this run.
|
void |
setJobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
void |
setLogGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
void |
setLogSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
void |
setOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
void |
setProfileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs.
|
void |
setRecipeReference(RecipeReference recipeReference) |
void |
setRunId(String runId)
The unique identifier of the job run.
|
void |
setStartedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who started the job run.
|
void |
setStartedOn(Date startedOn)
The date and time when the job run began.
|
void |
setState(String state)
The current state of the job run entity itself.
|
void |
setValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobRunResult |
withAttempt(Integer attempt)
The number of times that DataBrew has attempted to run the job.
|
DescribeJobRunResult |
withCompletedOn(Date completedOn)
The date and time when the job completed processing.
|
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 |
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 |
withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResult |
withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResult |
withDatasetName(String datasetName)
The name of the dataset for the job to process.
|
DescribeJobRunResult |
withErrorMessage(String errorMessage)
A message indicating an error (if any) that was encountered when the job ran.
|
DescribeJobRunResult |
withExecutionTime(Integer executionTime)
The amount of time, in seconds, during which the job run consumed resources.
|
DescribeJobRunResult |
withJobName(String jobName)
The name of the job being processed during this run.
|
DescribeJobRunResult |
withJobSample(JobSample jobSample)
Sample configuration for profile jobs only.
|
DescribeJobRunResult |
withLogGroupName(String logGroupName)
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
|
DescribeJobRunResult |
withLogSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
DescribeJobRunResult |
withLogSubscription(String logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
DescribeJobRunResult |
withOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
DescribeJobRunResult |
withOutputs(Output... outputs)
One or more output artifacts from a job run.
|
DescribeJobRunResult |
withProfileConfiguration(ProfileConfiguration profileConfiguration)
Configuration for profile jobs.
|
DescribeJobRunResult |
withRecipeReference(RecipeReference recipeReference) |
DescribeJobRunResult |
withRunId(String runId)
The unique identifier of the job run.
|
DescribeJobRunResult |
withStartedBy(String startedBy)
The Amazon Resource Name (ARN) of the user who started the job run.
|
DescribeJobRunResult |
withStartedOn(Date startedOn)
The date and time when the job run began.
|
DescribeJobRunResult |
withState(JobRunState state)
The current state of the job run entity itself.
|
DescribeJobRunResult |
withState(String state)
The current state of the job run entity itself.
|
DescribeJobRunResult |
withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
DescribeJobRunResult |
withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttempt(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.public Integer getAttempt()
The number of times that DataBrew has attempted to run the job.
public DescribeJobRunResult withAttempt(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.public void setCompletedOn(Date completedOn)
The date and time when the job completed processing.
completedOn
- The date and time when the job completed processing.public Date getCompletedOn()
The date and time when the job completed processing.
public DescribeJobRunResult withCompletedOn(Date completedOn)
The date and time when the job completed processing.
completedOn
- The date and time when the job completed processing.public void setDatasetName(String datasetName)
The name of the dataset for the job to process.
datasetName
- The name of the dataset for the job to process.public String getDatasetName()
The name of the dataset for the job to process.
public DescribeJobRunResult withDatasetName(String datasetName)
The name of the dataset for the job to process.
datasetName
- The name of the dataset for the job to process.public void setErrorMessage(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.public String getErrorMessage()
A message indicating an error (if any) that was encountered when the job ran.
public DescribeJobRunResult withErrorMessage(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.public void setExecutionTime(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.public Integer getExecutionTime()
The amount of time, in seconds, during which the job run consumed resources.
public DescribeJobRunResult withExecutionTime(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.public void setJobName(String jobName)
The name of the job being processed during this run.
jobName
- The name of the job being processed during this run.public String getJobName()
The name of the job being processed during this run.
public DescribeJobRunResult withJobName(String jobName)
The name of the job being processed during this run.
jobName
- The name of the job being processed during this run.public void setProfileConfiguration(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.public ProfileConfiguration getProfileConfiguration()
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.
public DescribeJobRunResult withProfileConfiguration(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.public List<ValidationConfiguration> getValidationConfigurations()
List of validation configurations that are applied to the profile job.
public void setValidationConfigurations(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.public DescribeJobRunResult withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
NOTE: This method appends the values to the existing list (if any). Use
setValidationConfigurations(java.util.Collection)
or
withValidationConfigurations(java.util.Collection)
if you want to override the existing values.
validationConfigurations
- List of validation configurations that are applied to the profile job.public DescribeJobRunResult withValidationConfigurations(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.public void setRunId(String runId)
The unique identifier of the job run.
runId
- The unique identifier of the job run.public String getRunId()
The unique identifier of the job run.
public DescribeJobRunResult withRunId(String runId)
The unique identifier of the job run.
runId
- The unique identifier of the job run.public void setState(String state)
The current state of the job run entity itself.
state
- The current state of the job run entity itself.JobRunState
public String getState()
The current state of the job run entity itself.
JobRunState
public DescribeJobRunResult withState(String state)
The current state of the job run entity itself.
state
- The current state of the job run entity itself.JobRunState
public DescribeJobRunResult withState(JobRunState state)
The current state of the job run entity itself.
state
- The current state of the job run entity itself.JobRunState
public void setLogSubscription(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
public String getLogSubscription()
The current status of Amazon CloudWatch logging for the job run.
LogSubscription
public DescribeJobRunResult withLogSubscription(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
public DescribeJobRunResult withLogSubscription(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
public void setLogGroupName(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.public String getLogGroupName()
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
public DescribeJobRunResult withLogGroupName(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.public List<Output> getOutputs()
One or more output artifacts from a job run.
public void setOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
outputs
- One or more output artifacts from a job run.public DescribeJobRunResult withOutputs(Output... outputs)
One or more output artifacts from a job run.
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- One or more output artifacts from a job run.public DescribeJobRunResult withOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
outputs
- One or more output artifacts from a job run.public List<DataCatalogOutput> getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
public void setDataCatalogOutputs(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.public DescribeJobRunResult withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
NOTE: This method appends the values to the existing list (if any). Use
setDataCatalogOutputs(java.util.Collection)
or withDataCatalogOutputs(java.util.Collection)
if
you want to override the existing values.
dataCatalogOutputs
- One or more artifacts that represent the Glue Data Catalog output from running the job.public DescribeJobRunResult withDataCatalogOutputs(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.public List<DatabaseOutput> getDatabaseOutputs()
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
public void setDatabaseOutputs(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.public 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.
NOTE: This method appends the values to the existing list (if any). Use
setDatabaseOutputs(java.util.Collection)
or withDatabaseOutputs(java.util.Collection)
if you
want to override the existing values.
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.public 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.
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.public void setRecipeReference(RecipeReference recipeReference)
recipeReference
- public RecipeReference getRecipeReference()
public DescribeJobRunResult withRecipeReference(RecipeReference recipeReference)
recipeReference
- public void setStartedBy(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.public String getStartedBy()
The Amazon Resource Name (ARN) of the user who started the job run.
public DescribeJobRunResult withStartedBy(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.public void setStartedOn(Date startedOn)
The date and time when the job run began.
startedOn
- The date and time when the job run began.public Date getStartedOn()
The date and time when the job run began.
public DescribeJobRunResult withStartedOn(Date startedOn)
The date and time when the job run began.
startedOn
- The date and time when the job run began.public void setJobSample(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.public JobSample getJobSample()
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.
public DescribeJobRunResult withJobSample(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.public String toString()
toString
in class Object
Object.toString()
public DescribeJobRunResult clone()