CopyableBuilder<RecordPatch.Builder,RecordPatch>
, SdkBuilder<RecordPatch.Builder,RecordPatch>
public static interface RecordPatch.Builder extends CopyableBuilder<RecordPatch.Builder,RecordPatch>
Modifier and Type | Method | Description |
---|---|---|
RecordPatch.Builder |
deviceLastModifiedDate(Date deviceLastModifiedDate) |
The last modified date of the client device.
|
RecordPatch.Builder |
key(String key) |
The key associated with the record patch.
|
RecordPatch.Builder |
op(String op) |
An operation, either replace or remove.
|
RecordPatch.Builder |
op(Operation 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.
|
copy
apply, build
RecordPatch.Builder op(String op)
op
- An operation, either replace or remove.Operation
RecordPatch.Builder op(Operation op)
op
- An operation, either replace or remove.Operation
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(Date deviceLastModifiedDate)
deviceLastModifiedDate
- The last modified date of the client device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.