static DescribeDatasetResponse.Builder |
DescribeDatasetResponse.builder() |
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.createdAt(Instant createdAt) |
Specifies the time the dataset was created in Lookout for Equipment.
|
DescribeDatasetResponse.Builder |
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 |
DescribeDatasetResponse.Builder.dataQualitySummary(Consumer<DataQualitySummary.Builder> dataQualitySummary) |
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.dataQualitySummary(DataQualitySummary dataQualitySummary) |
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.datasetArn(String datasetArn) |
The Amazon Resource Name (ARN) of the dataset being described.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.datasetName(String datasetName) |
The name of the dataset being described.
|
DescribeDatasetResponse.Builder |
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 |
DescribeDatasetResponse.Builder.ingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary) |
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary) |
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
default DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration) |
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration) |
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
Specifies the time the dataset was last updated, if it was.
|
DescribeDatasetResponse.Builder |
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 |
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 |
DescribeDatasetResponse.Builder.serverSideKmsKeyId(String serverSideKmsKeyId) |
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.sourceDatasetArn(String sourceDatasetArn) |
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported
from.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.status(String status) |
Indicates the status of the dataset.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.status(DatasetStatus status) |
Indicates the status of the dataset.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.toBuilder() |
|