Interface DescribeJobRunResponse.Builder

    • Method Detail

      • attempt

        DescribeJobRunResponse.Builder attempt​(Integer attempt)

        The number of times that DataBrew has attempted to run the job.

        Parameters:
        attempt - The number of times that DataBrew has attempted to run the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • completedOn

        DescribeJobRunResponse.Builder completedOn​(Instant completedOn)

        The date and time when the job completed processing.

        Parameters:
        completedOn - The date and time when the job completed processing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetName

        DescribeJobRunResponse.Builder datasetName​(String datasetName)

        The name of the dataset for the job to process.

        Parameters:
        datasetName - The name of the dataset for the job to process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        DescribeJobRunResponse.Builder errorMessage​(String errorMessage)

        A message indicating an error (if any) that was encountered when the job ran.

        Parameters:
        errorMessage - A message indicating an error (if any) that was encountered when the job ran.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionTime

        DescribeJobRunResponse.Builder executionTime​(Integer executionTime)

        The amount of time, in seconds, during which the job run consumed resources.

        Parameters:
        executionTime - The amount of time, in seconds, during which the job run consumed resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        DescribeJobRunResponse.Builder jobName​(String jobName)

        The name of the job being processed during this run.

        Parameters:
        jobName - The name of the job being processed during this run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileConfiguration

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationConfigurations

        DescribeJobRunResponse.Builder validationConfigurations​(Collection<ValidationConfiguration> validationConfigurations)

        List of validation configurations that are applied to the profile job.

        Parameters:
        validationConfigurations - List of validation configurations that are applied to the profile job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationConfigurations

        DescribeJobRunResponse.Builder validationConfigurations​(ValidationConfiguration... validationConfigurations)

        List of validation configurations that are applied to the profile job.

        Parameters:
        validationConfigurations - List of validation configurations that are applied to the profile job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runId

        DescribeJobRunResponse.Builder runId​(String runId)

        The unique identifier of the job run.

        Parameters:
        runId - The unique identifier of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        DescribeJobRunResponse.Builder state​(String state)

        The current state of the job run entity itself.

        Parameters:
        state - The current state of the job run entity itself.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobRunState, JobRunState
      • logSubscription

        DescribeJobRunResponse.Builder logSubscription​(String logSubscription)

        The current status of Amazon CloudWatch logging for the job run.

        Parameters:
        logSubscription - The current status of Amazon CloudWatch logging for the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogSubscription, LogSubscription
      • logSubscription

        DescribeJobRunResponse.Builder logSubscription​(LogSubscription logSubscription)

        The current status of Amazon CloudWatch logging for the job run.

        Parameters:
        logSubscription - The current status of Amazon CloudWatch logging for the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogSubscription, LogSubscription
      • logGroupName

        DescribeJobRunResponse.Builder logGroupName​(String logGroupName)

        The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

        Parameters:
        logGroupName - The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        DescribeJobRunResponse.Builder outputs​(Collection<Output> outputs)

        One or more output artifacts from a job run.

        Parameters:
        outputs - One or more output artifacts from a job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        DescribeJobRunResponse.Builder outputs​(Output... outputs)

        One or more output artifacts from a job run.

        Parameters:
        outputs - One or more output artifacts from a job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataCatalogOutputs

        DescribeJobRunResponse.Builder dataCatalogOutputs​(Collection<DataCatalogOutput> dataCatalogOutputs)

        One or more artifacts that represent the Glue Data Catalog output from running the job.

        Parameters:
        dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataCatalogOutputs

        DescribeJobRunResponse.Builder dataCatalogOutputs​(DataCatalogOutput... dataCatalogOutputs)

        One or more artifacts that represent the Glue Data Catalog output from running the job.

        Parameters:
        dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseOutputs

        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.

        Parameters:
        databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseOutputs

        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.

        Parameters:
        databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipeReference

        DescribeJobRunResponse.Builder recipeReference​(RecipeReference recipeReference)
        Sets the value of the RecipeReference property for this object.
        Parameters:
        recipeReference - The new value for the RecipeReference property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedBy

        DescribeJobRunResponse.Builder startedBy​(String startedBy)

        The Amazon Resource Name (ARN) of the user who started the job run.

        Parameters:
        startedBy - The Amazon Resource Name (ARN) of the user who started the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedOn

        DescribeJobRunResponse.Builder startedOn​(Instant startedOn)

        The date and time when the job run began.

        Parameters:
        startedOn - The date and time when the job run began.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobSample

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.