public static interface DescribeDatasetResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetResponse.Builder |
createdAt(Instant createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
|
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.
|
default DescribeDatasetResponse.Builder |
dataQualitySummary(Consumer<DataQualitySummary.Builder> dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResponse.Builder |
dataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResponse.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
|
DescribeDatasetResponse.Builder |
datasetName(String datasetName)
The name of the dataset being described.
|
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.
|
default DescribeDatasetResponse.Builder |
ingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResponse.Builder |
ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
default DescribeDatasetResponse.Builder |
ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDatasetResponse.Builder |
ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDatasetResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
|
DescribeDatasetResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
|
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.
|
DescribeDatasetResponse.Builder |
serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
|
DescribeDatasetResponse.Builder |
status(DatasetStatus status)
Indicates the status of the dataset.
|
DescribeDatasetResponse.Builder |
status(String status)
Indicates the status of the dataset.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatasetResponse.Builder datasetName(String datasetName)
The name of the dataset being described.
datasetName - The name of the dataset being described.DescribeDatasetResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
datasetArn - The Amazon Resource Name (ARN) of the dataset being described.DescribeDatasetResponse.Builder createdAt(Instant createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
createdAt - Specifies the time the dataset was created in Lookout for Equipment.DescribeDatasetResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
lastUpdatedAt - Specifies the time the dataset was last updated, if it was.DescribeDatasetResponse.Builder status(String status)
Indicates the status of the dataset.
status - Indicates the status of the dataset.DatasetStatus,
DatasetStatusDescribeDatasetResponse.Builder status(DatasetStatus status)
Indicates the status of the dataset.
status - Indicates the status of the dataset.DatasetStatus,
DatasetStatusDescribeDatasetResponse.Builder schema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
schema - A JSON description of the data that is in each time series dataset, including names, column names, and
data types.DescribeDatasetResponse.Builder serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.DescribeDatasetResponse.Builder ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.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 theIngestionInputConfiguration.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).
ingestionInputConfiguration - a consumer that will call methods on IngestionInputConfiguration.BuilderingestionInputConfiguration(IngestionInputConfiguration)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.
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.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 theDataQualitySummary.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).
dataQualitySummary - a consumer that will call methods on DataQualitySummary.BuilderdataQualitySummary(DataQualitySummary)DescribeDatasetResponse.Builder ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
ingestedFilesSummary - IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion
job id.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 theIngestedFilesSummary.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).
ingestedFilesSummary - a consumer that will call methods on IngestedFilesSummary.BuilderingestedFilesSummary(IngestedFilesSummary)DescribeDatasetResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
roleArn - The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.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.
dataStartTime - Indicates the earliest timestamp corresponding to data that was successfully ingested during the most
recent ingestion of this particular dataset.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.
dataEndTime - Indicates the latest timestamp corresponding to data that was successfully ingested during the most
recent ingestion of this particular dataset.Copyright © 2022. All rights reserved.