Interface DescribeDatasetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>, LookoutEquipmentResponse.Builder, SdkBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeDatasetResponse

  • Method Details

    • 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

      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.
    • status

      Indicates the status of the dataset.

      Parameters:
      status - Indicates the status of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates the status of the dataset.

      Parameters:
      status - Indicates the status of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • ingestionInputConfiguration

      default DescribeDatasetResponse.Builder ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)

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

      This is a convenience method that creates an instance of the IngestionInputConfiguration.Builder avoiding the need to create one manually via IngestionInputConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ingestionInputConfiguration(IngestionInputConfiguration).

      Parameters:
      ingestionInputConfiguration - a consumer that will call methods on IngestionInputConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • dataQualitySummary

      default DescribeDatasetResponse.Builder dataQualitySummary(Consumer<DataQualitySummary.Builder> 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.

      This is a convenience method that creates an instance of the DataQualitySummary.Builder avoiding the need to create one manually via DataQualitySummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dataQualitySummary(DataQualitySummary).

      Parameters:
      dataQualitySummary - a consumer that will call methods on DataQualitySummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • ingestedFilesSummary

      default DescribeDatasetResponse.Builder ingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary)

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

      This is a convenience method that creates an instance of the IngestedFilesSummary.Builder avoiding the need to create one manually via IngestedFilesSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ingestedFilesSummary(IngestedFilesSummary).

      Parameters:
      ingestedFilesSummary - a consumer that will call methods on IngestedFilesSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.