CopyableBuilder<Record.Builder,Record>, SdkBuilder<Record.Builder,Record>public static interface Record.Builder extends CopyableBuilder<Record.Builder,Record>
| Modifier and Type | Method | Description |
|---|---|---|
Record.Builder |
deviceLastModifiedDate(Date deviceLastModifiedDate) |
The last modified date of the client device.
|
Record.Builder |
key(String key) |
The key for the record.
|
Record.Builder |
lastModifiedBy(String lastModifiedBy) |
The user/device that made the last change to this record.
|
Record.Builder |
lastModifiedDate(Date lastModifiedDate) |
The date on which the record was last modified.
|
Record.Builder |
syncCount(Long syncCount) |
The server sync count for this record.
|
Record.Builder |
value(String value) |
The value for the record.
|
copyapply, buildRecord.Builder key(String key)
key - The key for the record.Record.Builder value(String value)
value - The value for the record.Record.Builder syncCount(Long syncCount)
syncCount - The server sync count for this record.Record.Builder lastModifiedDate(Date lastModifiedDate)
lastModifiedDate - The date on which the record was last modified.Record.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - The user/device that made the last change to this record.Record.Builder deviceLastModifiedDate(Date deviceLastModifiedDate)
deviceLastModifiedDate - The last modified date of the client device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.