Interface Dataset.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Dataset.Builder,
,Dataset> SdkBuilder<Dataset.Builder,
,Dataset> SdkPojo
- Enclosing class:
Dataset
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) Date on which the dataset was created.datasetName
(String datasetName) A string of up to 128 characters.dataStorage
(Long dataStorage) Total size in bytes of the records in this dataset.identityId
(String identityId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.lastModifiedBy
(String lastModifiedBy) The device that made the last change to this dataset.lastModifiedDate
(Instant lastModifiedDate) Date when the dataset was last modified.numRecords
(Long numRecords) Number of records in this dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetName
A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).- Parameters:
datasetName
- A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
Date on which the dataset was created.- Parameters:
creationDate
- Date on which the dataset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
Date when the dataset was last modified.- Parameters:
lastModifiedDate
- Date when the dataset was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The device that made the last change to this dataset.- Parameters:
lastModifiedBy
- The device that made the last change to this dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataStorage
Total size in bytes of the records in this dataset.- Parameters:
dataStorage
- Total size in bytes of the records in this dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numRecords
Number of records in this dataset.- Parameters:
numRecords
- Number of records in this dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-