public static interface RecordPatch.Builder extends CopyableBuilder<RecordPatch.Builder,RecordPatch>
| Modifier and Type | Method and Description |
|---|---|
RecordPatch.Builder |
deviceLastModifiedDate(Instant deviceLastModifiedDate)
The last modified date of the client device.
|
RecordPatch.Builder |
key(String key)
The key associated with the record patch.
|
RecordPatch.Builder |
op(Operation op)
An operation, either replace or remove.
|
RecordPatch.Builder |
op(String op)
An operation, either replace or remove.
|
RecordPatch.Builder |
syncCount(Long syncCount)
Last known server sync count for this record.
|
RecordPatch.Builder |
value(String value)
The value associated with the record patch.
|
copyapply, buildRecordPatch.Builder op(String op)
RecordPatch.Builder op(Operation op)
RecordPatch.Builder key(String key)
key - The key associated with the record patch.RecordPatch.Builder value(String value)
value - The value associated with the record patch.RecordPatch.Builder syncCount(Long syncCount)
syncCount - Last known server sync count for this record. Set to 0 if unknown.RecordPatch.Builder deviceLastModifiedDate(Instant deviceLastModifiedDate)
deviceLastModifiedDate - The last modified date of the client device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.