Interface DescribeDatasetResponse.Builder

    • Method Detail

      • datasetName

        DescribeDatasetResponse.Builder datasetName​(String datasetName)

        The name of the dataset being described.

        Parameters:
        datasetName - The name of the dataset being described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetArn

        DescribeDatasetResponse.Builder datasetArn​(String datasetArn)

        The Amazon Resource Name (ARN) of the dataset being described.

        Parameters:
        datasetArn - The Amazon Resource Name (ARN) of the dataset being described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeDatasetResponse.Builder createdAt​(Instant createdAt)

        Specifies the time the dataset was created in Lookout for Equipment.

        Parameters:
        createdAt - Specifies the time the dataset was created in Lookout for Equipment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        DescribeDatasetResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        Specifies the time the dataset was last updated, if it was.

        Parameters:
        lastUpdatedAt - Specifies the time the dataset was last updated, if it was.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schema

        DescribeDatasetResponse.Builder schema​(String schema)

        A JSON description of the data that is in each time series dataset, including names, column names, and data types.

        Parameters:
        schema - A JSON description of the data that is in each time series dataset, including names, column names, and data types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverSideKmsKeyId

        DescribeDatasetResponse.Builder serverSideKmsKeyId​(String serverSideKmsKeyId)

        Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.

        Parameters:
        serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionInputConfiguration

        DescribeDatasetResponse.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.
      • dataQualitySummary

        DescribeDatasetResponse.Builder dataQualitySummary​(DataQualitySummary dataQualitySummary)

        Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

        Parameters:
        dataQualitySummary - Gives statistics associated with the given dataset for the latest successful associated ingestion job id. 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

        DescribeDatasetResponse.Builder ingestedFilesSummary​(IngestedFilesSummary ingestedFilesSummary)

        IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.

        Parameters:
        ingestedFilesSummary - IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeDatasetResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataStartTime

        DescribeDatasetResponse.Builder dataStartTime​(Instant dataStartTime)

        Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

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

        DescribeDatasetResponse.Builder dataEndTime​(Instant dataEndTime)

        Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

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

        DescribeDatasetResponse.Builder sourceDatasetArn​(String sourceDatasetArn)

        The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.

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