public static interface Dataset.Builder extends CopyableBuilder<Dataset.Builder,Dataset>
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
creationDate(Instant creationDate)
Date on which the dataset was created.
|
Dataset.Builder |
datasetName(String datasetName)
A string of up to 128 characters.
|
Dataset.Builder |
dataStorage(Long dataStorage)
Total size in bytes of the records in this dataset.
|
Dataset.Builder |
identityId(String identityId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
Dataset.Builder |
lastModifiedBy(String lastModifiedBy)
The device that made the last change to this dataset.
|
Dataset.Builder |
lastModifiedDate(Instant lastModifiedDate)
Date when the dataset was last modified.
|
Dataset.Builder |
numRecords(Long numRecords)
Number of records in this dataset.
|
copyapply, buildDataset.Builder identityId(String identityId)
identityId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito. GUID generation is unique within a region.Dataset.Builder datasetName(String datasetName)
datasetName - A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash),
and '.' (dot).Dataset.Builder creationDate(Instant creationDate)
creationDate - Date on which the dataset was created.Dataset.Builder lastModifiedDate(Instant lastModifiedDate)
lastModifiedDate - Date when the dataset was last modified.Dataset.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - The device that made the last change to this dataset.Dataset.Builder dataStorage(Long dataStorage)
dataStorage - Total size in bytes of the records in this dataset.Dataset.Builder numRecords(Long numRecords)
numRecords - Number of records in this dataset.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.