public static interface DatasetSummary.Builder extends SdkPojo, CopyableBuilder<DatasetSummary.Builder,DatasetSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary.Builder |
createdAt(Instant createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
|
DatasetSummary.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
|
DatasetSummary.Builder |
datasetName(String datasetName)
The name of the dataset.
|
DatasetSummary.Builder |
status(DatasetStatus status)
Indicates the status of the dataset.
|
DatasetSummary.Builder |
status(String status)
Indicates the status of the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetSummary.Builder datasetName(String datasetName)
The name of the dataset.
datasetName - The name of the dataset.DatasetSummary.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
datasetArn - The Amazon Resource Name (ARN) of the specified dataset.DatasetSummary.Builder status(String status)
Indicates the status of the dataset.
status - Indicates the status of the dataset.DatasetStatus,
DatasetStatusDatasetSummary.Builder status(DatasetStatus status)
Indicates the status of the dataset.
status - Indicates the status of the dataset.DatasetStatus,
DatasetStatusDatasetSummary.Builder createdAt(Instant createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
createdAt - The time at which the dataset was created in Amazon Lookout for Equipment.Copyright © 2022. All rights reserved.