public static interface DatasetSummary.Builder extends SdkPojo, CopyableBuilder<DatasetSummary.Builder,DatasetSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary.Builder |
creationTime(Instant creationTime)
When the dataset was created.
|
DatasetSummary.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DatasetSummary.Builder |
datasetName(String datasetName)
The name of the dataset.
|
DatasetSummary.Builder |
datasetType(DatasetType datasetType)
The dataset type.
|
DatasetSummary.Builder |
datasetType(String datasetType)
The dataset type.
|
DatasetSummary.Builder |
domain(Domain domain)
The domain associated with the dataset.
|
DatasetSummary.Builder |
domain(String domain)
The domain associated with the dataset.
|
DatasetSummary.Builder |
lastModificationTime(Instant lastModificationTime)
When you create a dataset,
LastModificationTime is the same as CreationTime. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetSummary.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn - The Amazon Resource Name (ARN) of the dataset.DatasetSummary.Builder datasetName(String datasetName)
The name of the dataset.
datasetName - The name of the dataset.DatasetSummary.Builder datasetType(String datasetType)
The dataset type.
datasetType - The dataset type.DatasetType,
DatasetTypeDatasetSummary.Builder datasetType(DatasetType datasetType)
The dataset type.
datasetType - The dataset type.DatasetType,
DatasetTypeDatasetSummary.Builder domain(String domain)
The domain associated with the dataset.
DatasetSummary.Builder domain(Domain domain)
The domain associated with the dataset.
DatasetSummary.Builder creationTime(Instant creationTime)
When the dataset was created.
creationTime - When the dataset was created.DatasetSummary.Builder lastModificationTime(Instant lastModificationTime)
When you create a dataset, LastModificationTime is the same as CreationTime. While
data is being imported to the dataset, LastModificationTime is the current time of the
ListDatasets call. After a CreateDatasetImportJob operation has finished,
LastModificationTime is when the import job completed or failed.
lastModificationTime - When you create a dataset, LastModificationTime is the same as CreationTime.
While data is being imported to the dataset, LastModificationTime is the current time of
the ListDatasets call. After a CreateDatasetImportJob operation has finished,
LastModificationTime is when the import job completed or failed.Copyright © 2020. All rights reserved.