Interface DescribeDataIngestionJobResponse.Builder

    • Method Detail

      • jobId

        DescribeDataIngestionJobResponse.Builder jobId​(String jobId)

        Indicates the job ID of the data ingestion job.

        Parameters:
        jobId - Indicates the job ID of the data ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetArn

        DescribeDataIngestionJobResponse.Builder datasetArn​(String datasetArn)

        The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.

        Parameters:
        datasetArn - The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionInputConfiguration

        DescribeDataIngestionJobResponse.Builder ingestionInputConfiguration​(IngestionInputConfiguration ingestionInputConfiguration)

        Specifies the S3 location configuration for the data input for the data ingestion job.

        Parameters:
        ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeDataIngestionJobResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeDataIngestionJobResponse.Builder createdAt​(Instant createdAt)

        The time at which the data ingestion job was created.

        Parameters:
        createdAt - The time at which the data ingestion job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedReason

        DescribeDataIngestionJobResponse.Builder failedReason​(String failedReason)

        Specifies the reason for failure when a data ingestion job has failed.

        Parameters:
        failedReason - Specifies the reason for failure when a data ingestion job has failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataQualitySummary

        DescribeDataIngestionJobResponse.Builder dataQualitySummary​(DataQualitySummary dataQualitySummary)

        Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

        Parameters:
        dataQualitySummary - Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestedFilesSummary

        DescribeDataIngestionJobResponse.Builder ingestedFilesSummary​(IngestedFilesSummary ingestedFilesSummary)
        Sets the value of the IngestedFilesSummary property for this object.
        Parameters:
        ingestedFilesSummary - The new value for the IngestedFilesSummary property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusDetail

        DescribeDataIngestionJobResponse.Builder statusDetail​(String statusDetail)

        Provides details about status of the ingestion job that is currently in progress.

        Parameters:
        statusDetail - Provides details about status of the ingestion job that is currently in progress.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestedDataSize

        DescribeDataIngestionJobResponse.Builder ingestedDataSize​(Long ingestedDataSize)

        Indicates the size of the ingested dataset.

        Parameters:
        ingestedDataSize - Indicates the size of the ingested dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataStartTime

        DescribeDataIngestionJobResponse.Builder dataStartTime​(Instant dataStartTime)

        Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

        Parameters:
        dataStartTime - Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataEndTime

        DescribeDataIngestionJobResponse.Builder dataEndTime​(Instant dataEndTime)

        Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

        Parameters:
        dataEndTime - Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceDatasetArn

        DescribeDataIngestionJobResponse.Builder sourceDatasetArn​(String sourceDatasetArn)

        The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.

        Parameters:
        sourceDatasetArn - The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.