@Deprecated public class Dataset extends Object implements Serializable
| Constructor and Description |
|---|
Dataset()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Date |
getCreationDate()
Deprecated.
Date on which the dataset was created.
|
String |
getDatasetName()
Deprecated.
A string of up to 128 characters.
|
Long |
getDataStorage()
Deprecated.
Total size in bytes of the records in this dataset.
|
String |
getIdentityId()
Deprecated.
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
String |
getLastModifiedBy()
Deprecated.
The device that made the last change to this dataset.
|
Date |
getLastModifiedDate()
Deprecated.
Date when the dataset was last modified.
|
Long |
getNumRecords()
Deprecated.
Number of records in this dataset.
|
int |
hashCode()
Deprecated.
|
void |
setCreationDate(Date creationDate)
Deprecated.
Date on which the dataset was created.
|
void |
setDatasetName(String datasetName)
Deprecated.
A string of up to 128 characters.
|
void |
setDataStorage(Long dataStorage)
Deprecated.
Total size in bytes of the records in this dataset.
|
void |
setIdentityId(String identityId)
Deprecated.
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
void |
setLastModifiedBy(String lastModifiedBy)
Deprecated.
The device that made the last change to this dataset.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Deprecated.
Date when the dataset was last modified.
|
void |
setNumRecords(Long numRecords)
Deprecated.
Number of records in this dataset.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
Dataset |
withCreationDate(Date creationDate)
Deprecated.
Date on which the dataset was created.
|
Dataset |
withDatasetName(String datasetName)
Deprecated.
A string of up to 128 characters.
|
Dataset |
withDataStorage(Long dataStorage)
Deprecated.
Total size in bytes of the records in this dataset.
|
Dataset |
withIdentityId(String identityId)
Deprecated.
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
Dataset |
withLastModifiedBy(String lastModifiedBy)
Deprecated.
The device that made the last change to this dataset.
|
Dataset |
withLastModifiedDate(Date lastModifiedDate)
Deprecated.
Date when the dataset was last modified.
|
Dataset |
withNumRecords(Long numRecords)
Deprecated.
Number of records in this dataset.
|
public String getIdentityId()
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
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.public Dataset withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
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.public String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(String datasetName)
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - A string of up to 128 characters. Allowed characters
are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.'
(dot).public Dataset withDatasetName(String datasetName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - A string of up to 128 characters. Allowed characters
are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.'
(dot).public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - Date on which the dataset was created.public Dataset withCreationDate(Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - Date on which the dataset was created.public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate - Date when the dataset was last modified.public Dataset withLastModifiedDate(Date lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - Date when the dataset was last modified.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - The device that made the last change to this
dataset.public Dataset withLastModifiedBy(String lastModifiedBy)
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.public Long getDataStorage()
public void setDataStorage(Long dataStorage)
dataStorage - Total size in bytes of the records in this dataset.public Dataset withDataStorage(Long dataStorage)
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.public Long getNumRecords()
public void setNumRecords(Long numRecords)
numRecords - Number of records in this dataset.public Dataset withNumRecords(Long numRecords)
Returns a reference to this object so that method calls can be chained together.
numRecords - Number of records in this dataset.public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.