public static interface Record.Builder extends CopyableBuilder<Record.Builder,Record>
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
deviceLastModifiedDate(Instant 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(Instant 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(Instant 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(Instant deviceLastModifiedDate)
deviceLastModifiedDate - The last modified date of the client device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.